Click or drag to resize

ISequenceManagerPlayForward Method

Plays the sequence forward, i.e. increasing step numbers.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void PlayForward(
	Sequence sequence
)

Parameters

sequence  Sequence
Running Sequence handle.
Exceptions
ExceptionCondition
SdkException Thrown if related sequence seed doesn't exist in the configuration or is not permitted to caller.
See Also