Singer Instruments PIXL Client
RunRandomColonyPickingWorkflowResponseCallback Delegate



SI.PIXL.Client.Callbacks Namespace : RunRandomColonyPickingWorkflowResponseCallback Delegate
The command response.
Provides a callback for handling the Random Colony Picking 'Run' response.
Syntax
'Declaration
 
Public Delegate Sub RunRandomColonyPickingWorkflowResponseCallback( _
   ByVal response As RunRandomColonyPickingCommandResponse _
) 
'Usage
 
Dim instance As New RunRandomColonyPickingWorkflowResponseCallback(AddressOf HandlerMethod)
public delegate void RunRandomColonyPickingWorkflowResponseCallback( 
   RunRandomColonyPickingCommandResponse response
)
public delegate void RunRandomColonyPickingWorkflowResponseCallback( 
   RunRandomColonyPickingCommandResponse response
)

Parameters

response
The command response.
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

RunRandomColonyPickingWorkflowResponseCallback Members
SI.PIXL.Client.Callbacks Namespace