Singer Instruments PIXL Client
RunRearrayWorkflowResponseCallback Delegate



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

RunRearrayWorkflowResponseCallback Members
SI.PIXL.Client.Callbacks Namespace