Click or drag to resize

IServerApiEventManager Property

Gives access to the EventManager. The EventManager of IServerApi provides all events of BVMS. Do not use this property on instance types which are derived from IClientApi. The EventManager property of the IClientApi returns always an implementation of a null object pattern which provides do nothing behavior and returns default values.

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

Property Value

IEventManager
See Also