Click or drag to resize

ReaderGetRecordCountT Method

Get the number of records stored in the table.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task<int> GetRecordCount<T>()
where T : new(), RecordBase

Type Parameters

T
Black List or Log.

Return Value

Type: TaskInt32
The number of records stored in the table.
See Also