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