FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..performTaskDelegation Method

Replacing Task delegated user

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, string> performTaskDelegation(
	string[] routeToList
)
Public Function performTaskDelegation ( _
	routeToList As String() _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ performTaskDelegation(
	array<String^>^ routeToList
)

Parameters

routeToList
Type: array<String>[]()[][]
The route to list.

Return Value

Dictionary<System.String, System.String>.