Click or drag to resize

ISequenceManagerGetSeed Method

Gets the SequenceSeed from which the given sequence was created.

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

Parameters

sequence  Sequence
Running Sequence handle.

Return Value

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