'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.