Click or drag to resize

IScheduleManagerGetScheduleStateTransitions Method

Access to the state changes of the schedule specified by its display name.

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

Parameters

scheduleName  String
Display name of the schedule which will be inspected.

Return Value

IEnumerableScheduleStateTransition
List of the state transition objects. If the schedule with the specified display name does not exist the SDK exception will be thrown. The returned collection is empty if the specified schedule does not contain any state transitions. The TransitionTime is expressed in this case as local time of the Management Server.
Remarks
Use this method for single time zone environment. As of version 1.9.0.0 the behavior of ClientSDK and ClientScriptAPI has changed: If the connection to the server is lost, an SdkException is thrown.
See Also