IWorkflowRunsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IWorkflowRunsOperations
type IWorkflowRunsOperations = interface
Public Interface IWorkflowRunsOperations
Methods
CancelWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(String, String, ODataQuery<WorkflowRunFilterInner>, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
CancelAsync(IWorkflowRunsOperations, String, String, String, CancellationToken)
GetAsync(IWorkflowRunsOperations, String, String, String, CancellationToken)
ListAsync(IWorkflowRunsOperations, String, String, ODataQuery<WorkflowRunFilterInner>, CancellationToken)
ListNextAsync(IWorkflowRunsOperations, String, CancellationToken)
Applies to