Delegate ApiInitializeHandler
Handler, called when the API initialize.
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public delegate void ApiInitializeHandler(TTAPI api, ApiCreationException ex);
Parameters
Type | Name | Description |
---|---|---|
TTAPI | api | The API. |
ApiCreationException | ex | Details of the exception. |