WorkflowTriggersOperationsExtensions.RunAsync Method

Definition

public static System.Threading.Tasks.Task<object> RunAsync (this Microsoft.Azure.Management.Logic.Fluent.IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, string triggerName, System.Threading.CancellationToken cancellationToken = default);
static member RunAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowTriggersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function RunAsync (operations As IWorkflowTriggersOperations, resourceGroupName As String, workflowName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)

Parameters

resourceGroupName
String
workflowName
String
triggerName
String
cancellationToken
CancellationToken

Returns

Applies to