CommonDatabaseFunctionsGetDispatcherIds Method

Gets a list of dispatcher identities, based on the provided sequence identity.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static IEnumerable<string> GetDispatcherIds(
	Uri oDataUri,
	string sequenceId
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
sequenceId  String
Sequence identity.

Return Value

IEnumerableString
A collection of dispatcher identities.

See Also