Click or drag to resize

CameoSdkParametersHostId Property

Unique name in scope of one machine (readonly).

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public string HostId { get; }

Property Value

String
Remarks
Multiple instances of SDK in separate processes are supported. Each instance have a unique name in scope of one machine.
Further the HostId is used to create a subfolder or log file, therefore it should consist of characters allowed by file system.
See Also