DispatcherFunctionsGetDispatcherId Method

Gets a dispatcher id, based on its name

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string GetDispatcherId(
	Uri oDataUri,
	string dispatcherNameOrId
)

Parameters

oDataUri  Uri
ODataService Uri
dispatcherNameOrId  String
Name of the dispatcher

Return Value

String
Id of dispatcher if found, otherwise null

See Also