Click or drag to resize

ISequenceManagerGetSequenceSeedByName Method

Gets a handle for a SequenceSeed with the given name.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
SequenceSeed GetSequenceSeedByName(
	string name
)

Parameters

name  String
Sequence seed name.

Return Value

SequenceSeed
SequenceSeed handle if sequence seed entity with specified name exists in the configuration and permitted to caller. Otherwise null-handle (IsNull) is returned.
See Also