'Declaration
Public Overloads Function RunRearrayWorkflow( _ ByVal id As String, _ ByVal consecutivePinningsInstruction() As ConsecutivePinningInstruction, _ ByVal callback As RunRearrayWorkflowResponseCallback _ ) As Task
'Usage
Dim instance As PIXLClient Dim id As String Dim consecutivePinningsInstruction() As ConsecutivePinningInstruction Dim callback As RunRearrayWorkflowResponseCallback Dim value As Task value = instance.RunRearrayWorkflow(id, consecutivePinningsInstruction, callback)
public Task RunRearrayWorkflow( string id, ConsecutivePinningInstruction[] consecutivePinningsInstruction, RunRearrayWorkflowResponseCallback callback )
public: Task^ RunRearrayWorkflow( String^ id, array<ConsecutivePinningInstruction>^ consecutivePinningsInstruction, RunRearrayWorkflowResponseCallback^ callback )
Parameters
- id
- The workflow's ID.
- consecutivePinningsInstruction
- The consecutive pinnings used in the re-array.
- callback
- A callback to invoke when the command has finished execution.
Return Value
The result of the action.