Click or drag to resize

IEventManagerGetAllEventTypes Method

Returns a list of event types that can be used as event type parameter in the corresponding register method.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IEnumerable<string> GetAllEventTypes()

Return Value

IEnumerableString
List of event types.
See Also