ISequenceManagerGetSeed Method |  |
Gets the
SequenceSeed from which the given sequence was created.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxSequenceSeed GetSeed(
Sequence sequence
)
Parameters
- sequence Sequence
- Running Sequence handle.
Return Value
SequenceSeed
SequenceSeed handle.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if related sequence seed doesn't exist in the configuration or is not permitted to caller.
|
See Also