'Declaration
Public Overloads Overridable Function RunRearrayWorkflowFromFileAsync( _ ByVal request As RunRearrayWorkflowFromFile_Parameters, _ ByVal options As Grpc.Core.CallOptions _ ) As Grpc.Core.AsyncUnaryCall(Of CommandConfirmation)
'Usage
Dim instance As RearrayWorkflowController.RearrayWorkflowControllerClient Dim request As RunRearrayWorkflowFromFile_Parameters Dim options As Grpc.Core.CallOptions Dim value As Grpc.Core.AsyncUnaryCall(Of CommandConfirmation) value = instance.RunRearrayWorkflowFromFileAsync(request, options)
public virtual Grpc.Core.AsyncUnaryCall<CommandConfirmation> RunRearrayWorkflowFromFileAsync( RunRearrayWorkflowFromFile_Parameters request, Grpc.Core.CallOptions options )
public: virtual Grpc.Core.AsyncUnaryCall<CommandConfirmation^>^ RunRearrayWorkflowFromFileAsync( RunRearrayWorkflowFromFile_Parameters^ request, Grpc.Core.CallOptions options )
Parameters
- request
- options