'DeclarationPublic Delegate Sub RunColonyDetectionWorkflowResponseCallback( _ ByVal response As RunColonyDetectionCommandResponse _ )
'UsageDim instance As New RunColonyDetectionWorkflowResponseCallback(AddressOf HandlerMethod)
public delegate void RunColonyDetectionWorkflowResponseCallback( RunColonyDetectionCommandResponse response )
public delegate void RunColonyDetectionWorkflowResponseCallback( RunColonyDetectionCommandResponse response )
Parameters
- response
 - The command response.