Click or drag to resize

EventRepositoryGetEventTypes Method

Retrieves a list of all known EventTypes

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<EventType> GetEventTypes()

Return Value

IReadOnlyCollectionEventType
The requested list
See Also