'Declaration
Public Overloads Function RunRandomColonyPickingWorkflow( _ ByVal id As String, _ ByVal projectTemplateName As String, _ ByVal pinningProfileName As String, _ ByVal callback As RunRandomColonyPickingWorkflowResponseCallback _ ) As Task
'Usage
Dim instance As PIXLClient Dim id As String Dim projectTemplateName As String Dim pinningProfileName As String Dim callback As RunRandomColonyPickingWorkflowResponseCallback Dim value As Task value = instance.RunRandomColonyPickingWorkflow(id, projectTemplateName, pinningProfileName, callback)
public Task RunRandomColonyPickingWorkflow( string id, string projectTemplateName, string pinningProfileName, RunRandomColonyPickingWorkflowResponseCallback callback )
public: Task^ RunRandomColonyPickingWorkflow( String^ id, String^ projectTemplateName, String^ pinningProfileName, RunRandomColonyPickingWorkflowResponseCallback^ callback )
Parameters
- id
- The workflow's ID.
- projectTemplateName
- The name of the project template to use. If this is empty the last used settings will be used.
- pinningProfileName
- The name of the pinning profile to use. If this is not specified the profile from the workflow will be used.
- callback
- A callback to invoke when the command has finished execution.
Return Value
The result of the action.