ICameo |
The ICameoSdk type exposes the following members.
| Name | Description | |
|---|---|---|
| GetConfigurationState | Returns current configuration state to the specified server. | |
| GetServerConnectionState | Returns current connection state to the specified server. | |
| Shutdown | Disconnects from the server and shuts down the SDK. This method must be called before application is closed in order to release all internal resources. | |
| ShutdownAsync |
Async analog of the Shutdown method. Completion of the method and result is notified by ShutdownCompleted event. | |
| Startup |
Initializes SDK. Depending on StartupMode it can either connect to server and perform remote authorization and update the configuration or use locally cached configuration with local authorization. | |
| StartupAsync |
Async analog of the Startup(String, String, String, StartupMode) method. Completion of the method and result is notified by the StartupCompleted event. |