IScheduleManagerGetScheduleStateTransitions Method |  |
Access to the state changes of the schedule specified by its display name.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIEnumerable<ScheduleStateTransition> GetScheduleStateTransitions(
string scheduleName
)
Parameters
- scheduleName String
- Display name of the schedule which will be inspected.
Return Value
IEnumerableScheduleStateTransitionList 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.
RemarksUse 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