CommonDatabaseFunctionsGetDispatcher Method

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

Parameters

oDataUri
Type: SystemUri
The endpoint of the OData Service.
dispatcherId
Type: SystemString
Dispatcher identity.

Return Value

Type: WzpDispatcher
The dispatcher entity; If no such dispatcher, then null is returned.
See Also

Reference