Click or drag to resize

ReaderAddNewRecordT Method

Adds a new record to the table.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task AddNewRecord<T>(
	T record
)
where T : new(), AddableRecord

Parameters

record
Type: T
The record data.

Type Parameters

T
Type of addable record. Can be BlackListRecord.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also