EntryPointGetSdk Method |  |
Entry point to the SDK.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntaxpublic static ICameoSdk GetSdk(
CameoSdkParameters clientSdkParameters
)
Parameters
- clientSdkParameters CameoSdkParameters
- Parameters required for SDK initialization.
Return Value
ICameoSdkInterface to SDK that exposes all available functionality.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Parameter clientSdkParameters cannot be null. |
| CameoSdkException |
- GetSdk(CameoSdkParameters) method can be called only once.
- Unexpected error during initialization.
|
Remarks
Can be called only once. Further calls throw exceptions.
Important: before starting the SDK, initialize DCOM and configure DCOM security as
it is done in Test/Sample Application (see DcomConnector class and its usage).
See Also