Singer Instruments PIXL Client
RunRandomColonyPickingWorkflow(String) Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class > RunRandomColonyPickingWorkflow Method : RunRandomColonyPickingWorkflow(String) Method
The workflow's ID.
Run the Random Colony Picking workflow using the last used project template and its pinning profile.
Syntax
'Declaration
 
Public Overloads Function RunRandomColonyPickingWorkflow( _
   ByVal id As String _
) As Task(Of RunRandomColonyPickingCommandResponse)
'Usage
 
Dim instance As PIXLClient
Dim id As String
Dim value As Task(Of RunRandomColonyPickingCommandResponse)
 
value = instance.RunRandomColonyPickingWorkflow(id)
public Task<RunRandomColonyPickingCommandResponse> RunRandomColonyPickingWorkflow( 
   string id
)
public:
Task<RunRandomColonyPickingCommandResponse>^ RunRandomColonyPickingWorkflow( 
   String^ id
) 

Parameters

id
The workflow's ID.

Return Value

The result of the action.
Example
This sample shows how to use the RunRandomColonyPickingWorkflow(String) method.
// Run the Random Colony Picking workflow with the last used project template and pinning profile.
pixl.RunRandomColonyPickingWorkflow("1234");
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members
Overload List