'Declaration
Public Overridable Function RunRandomColonyPickingWorkflow( _ ByVal request As RunRandomColonyPickingWorkflow_Parameters, _ ByVal context As Grpc.Core.ServerCallContext _ ) As Task(Of CommandConfirmation)
'Usage
Dim instance As RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerBase Dim request As RunRandomColonyPickingWorkflow_Parameters Dim context As Grpc.Core.ServerCallContext Dim value As Task(Of CommandConfirmation) value = instance.RunRandomColonyPickingWorkflow(request, context)
public virtual Task<CommandConfirmation> RunRandomColonyPickingWorkflow( RunRandomColonyPickingWorkflow_Parameters request, Grpc.Core.ServerCallContext context )
public: virtual Task<CommandConfirmation^>^ RunRandomColonyPickingWorkflow( RunRandomColonyPickingWorkflow_Parameters^ request, Grpc.Core.ServerCallContext^ context )
Parameters
- request
- context