Click or drag to resize

EntryPointGetSdk Method

Entry point to the SDK.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public static ICameoSdk GetSdk(
	CameoSdkParameters clientSdkParameters
)

Parameters

clientSdkParameters  CameoSdkParameters
Parameters required for SDK initialization.

Return Value

ICameoSdk
Interface to SDK that exposes all available functionality.
Exceptions
ExceptionCondition
ArgumentNullExceptionParameter 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