Singer Instruments PIXL Client
RunColonyDetectionWorkflow_Info(CommandExecutionUUID,CallOptions) Method



Sila2.Com.Singerinstruments.Workflows.Colonydetectionworkflowcontroller.V1 Namespace > ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient Class > RunColonyDetectionWorkflow_Info Method : RunColonyDetectionWorkflow_Info(CommandExecutionUUID,CallOptions) Method
Syntax
'Declaration
 
Public Overloads Overridable Function RunColonyDetectionWorkflow_Info( _
   ByVal request As Sila2.Org.Silastandard.CommandExecutionUUID, _
   ByVal options As Grpc.Core.CallOptions _
) As Grpc.Core.AsyncServerStreamingCall(Of ExecutionInfo)
'Usage
 
Dim instance As ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient
Dim request As Sila2.Org.Silastandard.CommandExecutionUUID
Dim options As Grpc.Core.CallOptions
Dim value As Grpc.Core.AsyncServerStreamingCall(Of ExecutionInfo)
 
value = instance.RunColonyDetectionWorkflow_Info(request, options)
public virtual Grpc.Core.AsyncServerStreamingCall<ExecutionInfo> RunColonyDetectionWorkflow_Info( 
   Sila2.Org.Silastandard.CommandExecutionUUID request,
   Grpc.Core.CallOptions options
)
public:
virtual Grpc.Core.AsyncServerStreamingCall<ExecutionInfo^>^ RunColonyDetectionWorkflow_Info( 
   Sila2.Org.Silastandard.CommandExecutionUUID^ request,
   Grpc.Core.CallOptions options
) 

Parameters

request
options
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

ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient Class
ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient Members
Overload List