Click or drag to resize

ISequenceManagerUnload Method

Stops and unloads the given sequence. The image panes or analog monitors which were controlled by the sequence till now continue to show the cameras from the last executed step of the sequence, but their content is not controlled by the sequence any longer.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void Unload(
	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