Singer Instruments PIXL Client
RunRandomColonyPickingWorkflow_Info Method (RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerBase)



Sila2.Com.Singerinstruments.Workflows.Randomcolonypickingworkflowcontroller.V1 Namespace > RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerBase Class : RunRandomColonyPickingWorkflow_Info Method
Syntax
'Declaration
 
Public Overridable Function RunRandomColonyPickingWorkflow_Info( _
   ByVal request As Sila2.Org.Silastandard.CommandExecutionUUID, _
   ByVal responseStream As Grpc.Core.IServerStreamWriter(Of ExecutionInfo), _
   ByVal context As Grpc.Core.ServerCallContext _
) As Task
'Usage
 
Dim instance As RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerBase
Dim request As Sila2.Org.Silastandard.CommandExecutionUUID
Dim responseStream As Grpc.Core.IServerStreamWriter(Of ExecutionInfo)
Dim context As Grpc.Core.ServerCallContext
Dim value As Task
 
value = instance.RunRandomColonyPickingWorkflow_Info(request, responseStream, context)
public virtual Task RunRandomColonyPickingWorkflow_Info( 
   Sila2.Org.Silastandard.CommandExecutionUUID request,
   Grpc.Core.IServerStreamWriter<ExecutionInfo> responseStream,
   Grpc.Core.ServerCallContext context
)
public:
virtual Task^ RunRandomColonyPickingWorkflow_Info( 
   Sila2.Org.Silastandard.CommandExecutionUUID^ request,
   Grpc.Core.IServerStreamWriter<ExecutionInfo^>^ responseStream,
   Grpc.Core.ServerCallContext^ context
) 

Parameters

request
responseStream
context
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

RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerBase Class
RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerBase Members