CommonDatabaseFunctionsGetDispatcherIds Method

Scanjour Workflow4 Reference Manual
Gets a list of dispatcher identities, based on the provided sequence identity.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static IEnumerable<string> GetDispatcherIds(
	Uri oDataUri,
	string sequenceId
)

Parameters

oDataUri
Type: SystemUri
The endpoint of the OData Service.
sequenceId
Type: SystemString
Sequence identity.

Return Value

Type: IEnumerableString
A collection of dispatcher identities.
See Also

Reference