WorkflowTaskClient 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 WorkflowTask service client.
public class WorkflowTaskClient
type WorkflowTaskClient = class
Public Class WorkflowTaskClient
- Inheritance
-
WorkflowTaskClient
Constructors
WorkflowTaskClient() |
Initializes a new instance of WorkflowTaskClient for mocking. |
WorkflowTaskClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions) |
Initializes a new instance of WorkflowTaskClient. |
WorkflowTaskClient(Uri, TokenCredential) |
Initializes a new instance of WorkflowTaskClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
GetWorkflowTask(Guid, RequestContext) |
[Protocol Method] Get a workflow task.
|
GetWorkflowTaskAsync(Guid, RequestContext) |
[Protocol Method] Get a workflow task.
|
Reassign(Guid, RequestContent, RequestContext) |
[Protocol Method] Reassign a workflow task.
|
ReassignAsync(Guid, RequestContent, RequestContext) |
[Protocol Method] Reassign a workflow task.
|
Applies to
Azure SDK for .NET