Click or drag to resize

ICameoSdk Methods

The ICameoSdk type exposes the following members.

Methods
 NameDescription
Public methodGetConfigurationState Returns current configuration state to the specified server.
Public methodGetServerConnectionState Returns current connection state to the specified server.
Public methodShutdown 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.
Public methodShutdownAsync Async analog of the Shutdown method.
Completion of the method and result is notified by ShutdownCompleted event.
Public methodStartup 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.
Public methodStartupAsync Async analog of the Startup(String, String, String, StartupMode) method.
Completion of the method and result is notified by the StartupCompleted event.
Top
See Also