Click or drag to resize

ReaderGetRecordsT Method

Get all stored records of the table.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task<List<T>> GetRecords<T>(
	Action<int> progressUpdate = null
)
where T : new(), RecordBase

Parameters

progressUpdate (Optional)
Type: SystemActionInt32
Current progress ranged from 0 ~ 100.

Type Parameters

T
Type of reader. Can be BlackListRecord or LogRecord.

Return Value

Type: TaskListT
A list of records of the table.
See Also