Delegate SDKOperationEventHandler<T>
Delegate SDKOperationEventHandler. Represents the current state of an operation.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public delegate void SDKOperationEventHandler<in T>(ISDK sender, OperationStatus status, T args);
Parameters
| Type | Name | Description |
|---|---|---|
| ISDK | sender | The SDK instance that has fired the event. |
| OperationStatus | status | The current operation status. |
| T | args | The payload as a result of the operation. |
Type Parameters
| Name | Description |
|---|---|
| T | The payload type. |