'Declaration
Public Overloads Function RunRearrayWorkflowFromFile( _ ByVal id As String, _ ByVal path As String, _ ByVal callback As RunRearrayWorkflowResponseCallback _ ) As Task
'Usage
Dim instance As PIXLClient Dim id As String Dim path As String Dim callback As RunRearrayWorkflowResponseCallback Dim value As Task value = instance.RunRearrayWorkflowFromFile(id, path, callback)
Parameters
- id
- The workflow's ID.
- path
- A path to the re-array data file.
- callback
- A callback to invoke when the command has finished execution.
Return Value
The result of the action.