Singer Instruments PIXL Client
RunColonyDetectionWorkflowResponseCallback Delegate



SI.PIXL.Client.Callbacks Namespace : RunColonyDetectionWorkflowResponseCallback Delegate
The command response.
Provides a callback for handling the Colony Detection 'Run' response.
Syntax
'Declaration
 
Public Delegate Sub RunColonyDetectionWorkflowResponseCallback( _
   ByVal response As RunColonyDetectionCommandResponse _
) 
'Usage
 
Dim instance As New RunColonyDetectionWorkflowResponseCallback(AddressOf HandlerMethod)
public delegate void RunColonyDetectionWorkflowResponseCallback( 
   RunColonyDetectionCommandResponse response
)
public delegate void RunColonyDetectionWorkflowResponseCallback( 
   RunColonyDetectionCommandResponse 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

RunColonyDetectionWorkflowResponseCallback Members
SI.PIXL.Client.Callbacks Namespace