Share via


TaskStatusClient Class

Definition

The TaskStatus service client.

public class TaskStatusClient
type TaskStatusClient = class
Public Class TaskStatusClient
Inheritance
TaskStatusClient

Constructors

TaskStatusClient()

Initializes a new instance of TaskStatusClient for mocking.

TaskStatusClient(Uri, TokenCredential)

Initializes a new instance of TaskStatusClient.

TaskStatusClient(Uri, TokenCredential, PurviewWorkflowServiceClientOptions)

Initializes a new instance of TaskStatusClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Update(Guid, RequestContent, RequestContext)

[Protocol Method] Update the status of a workflow task request.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
UpdateAsync(Guid, RequestContent, RequestContext)

[Protocol Method] Update the status of a workflow task request.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to