Singer Instruments PIXL Client
RunColonyDetectionWorkflow Method (ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase)



Sila2.Com.Singerinstruments.Workflows.Colonydetectionworkflowcontroller.V1 Namespace > ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase Class : RunColonyDetectionWorkflow Method
Syntax
'Declaration
 
Public Overridable Function RunColonyDetectionWorkflow( _
   ByVal request As RunColonyDetectionWorkflow_Parameters, _
   ByVal context As Grpc.Core.ServerCallContext _
) As Task(Of CommandConfirmation)
'Usage
 
Dim instance As ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase
Dim request As RunColonyDetectionWorkflow_Parameters
Dim context As Grpc.Core.ServerCallContext
Dim value As Task(Of CommandConfirmation)
 
value = instance.RunColonyDetectionWorkflow(request, context)
public virtual Task<CommandConfirmation> RunColonyDetectionWorkflow( 
   RunColonyDetectionWorkflow_Parameters request,
   Grpc.Core.ServerCallContext context
)
public:
virtual Task<CommandConfirmation^>^ RunColonyDetectionWorkflow( 
   RunColonyDetectionWorkflow_Parameters^ request,
   Grpc.Core.ServerCallContext^ context
) 

Parameters

request
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

ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase Class
ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase Members