 | EventRepositoryGetSessionAndTrackTypes Method |
Retrieves a list of all known Session and Track Types
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IReadOnlyCollection<SessionAndTrackType> GetSessionAndTrackTypes()
Public Function GetSessionAndTrackTypes As IReadOnlyCollection(Of SessionAndTrackType)
public:
virtual IReadOnlyCollection<SessionAndTrackType^>^ GetSessionAndTrackTypes() sealed
abstract GetSessionAndTrackTypes : unit -> IReadOnlyCollection<SessionAndTrackType>
override GetSessionAndTrackTypes : unit -> IReadOnlyCollection<SessionAndTrackType>
Return Value
IReadOnlyCollectionSessionAndTrackTypeThe requested list
See Also