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