Click or drag to resize

RemoteServerApiEventManager Property

Gives access to the EventManager. The EventManager of RemoteServerApi provides all events of BVMS. Do not use this property on instance types which are derived from RemoteClientApi.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public virtual IEventManager EventManager { get; }

Property Value

IEventManager

Implements

IServerApiEventManager
See Also