Delegate OnReadDoneDelegate<T>
Namespace: TcOpen.Inxton.Data
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public delegate void OnReadDoneDelegate<T>(string id, T data);
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
T | data |
Type Parameters
Name | Description |
---|---|
T |