Singer Instruments PIXL Client
RunRearrayWorkflow Method (RearrayWorkflowController.RearrayWorkflowControllerBase)



Sila2.Com.Singerinstruments.Workflows.Rearrayworkflowcontroller.V1 Namespace > RearrayWorkflowController.RearrayWorkflowControllerBase Class : RunRearrayWorkflow Method
Syntax
'Declaration
 
Public Overridable Function RunRearrayWorkflow( _
   ByVal request As RunRearrayWorkflow_Parameters, _
   ByVal context As Grpc.Core.ServerCallContext _
) As Task(Of CommandConfirmation)
'Usage
 
Dim instance As RearrayWorkflowController.RearrayWorkflowControllerBase
Dim request As RunRearrayWorkflow_Parameters
Dim context As Grpc.Core.ServerCallContext
Dim value As Task(Of CommandConfirmation)
 
value = instance.RunRearrayWorkflow(request, context)
public virtual Task<CommandConfirmation> RunRearrayWorkflow( 
   RunRearrayWorkflow_Parameters request,
   Grpc.Core.ServerCallContext context
)
public:
virtual Task<CommandConfirmation^>^ RunRearrayWorkflow( 
   RunRearrayWorkflow_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

RearrayWorkflowController.RearrayWorkflowControllerBase Class
RearrayWorkflowController.RearrayWorkflowControllerBase Members