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