CommonDatabaseFunctionsGetDispatcher Method

Retrives a single dispatcher entity (if any) by its 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 WzpDispatcher GetDispatcher(
	Uri oDataUri,
	string dispatcherId
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
dispatcherId  String
Dispatcher identity.

Return Value

WzpDispatcher
The dispatcher entity; If no such dispatcher, then null is returned.

See Also