WorkflowRunClient Class
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.
The WorkflowRun service client.
public class WorkflowRunClient
type WorkflowRunClient = class
Public Class WorkflowRunClient
- Inheritance
-
WorkflowRunClient
Constructors
| WorkflowRunClient() |
Initializes a new instance of WorkflowRunClient for mocking. |
| WorkflowRunClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions) |
Initializes a new instance of WorkflowRunClient. |
| WorkflowRunClient(Uri, TokenCredential) |
Initializes a new instance of WorkflowRunClient. |
Properties
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Cancel(Guid, RequestContent, RequestContext) |
[Protocol Method] Cancel a workflow run.
|
| CancelAsync(Guid, RequestContent, RequestContext) |
[Protocol Method] Cancel a workflow run.
|
| GetWorkflowRun(Guid, RequestContext) |
[Protocol Method] Get a workflow run.
|
| GetWorkflowRunAsync(Guid, RequestContext) |
[Protocol Method] Get a workflow run.
|