Click or drag to resize

DispatcherFunctionsGetDispatcherId Method

Gets a dispatcher id, based on its name

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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