Delegate RunRandomColonyPickingWorkflowResponseCallback
Provides a callback for handling the Random Colony Picking 'Run' response.
Namespace: SI.PIXL.Client.Callbacks
Assembly: SI.PIXL.Client.dll
Syntax
public delegate void RunRandomColonyPickingWorkflowResponseCallback(RunRandomColonyPickingCommandResponse response)
Parameters
Type | Name | Description |
---|---|---|
RunRandomColonyPickingCommandResponse | response | The command response. |