'Declaration
Public Overloads Function RunRandomColonyPickingWorkflow( _ ByVal id As String, _ ByVal projectTemplateName As String, _ ByVal pinningProfileName As String, _ ByVal sourceColonyLimit As Integer _ ) As Task(Of RunRandomColonyPickingCommandResponse)
'Usage
Dim instance As PIXLClient Dim id As String Dim projectTemplateName As String Dim pinningProfileName As String Dim sourceColonyLimit As Integer Dim value As Task(Of RunRandomColonyPickingCommandResponse) value = instance.RunRandomColonyPickingWorkflow(id, projectTemplateName, pinningProfileName, sourceColonyLimit)
public Task<RunRandomColonyPickingCommandResponse> RunRandomColonyPickingWorkflow( string id, string projectTemplateName, string pinningProfileName, int sourceColonyLimit )
public: Task<RunRandomColonyPickingCommandResponse>^ RunRandomColonyPickingWorkflow( String^ id, String^ projectTemplateName, String^ pinningProfileName, int sourceColonyLimit )
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.
- sourceColonyLimit
- A limit to apply to the number of source colonies that are picked. If no limit is desired specify PIXLClient.NoColonyLimit.
Return Value
The result of the action.