IEventManagerGetAllEventTypes Method |  |
Returns a list of event types that can be used as event type parameter
in the corresponding register method.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIEnumerable<string> GetAllEventTypes()
Return Value
IEnumerableStringList of event types.
See Also