Share via


DurableTaskClient(String) Constructor

Definition

Initializes a new instance of the DurableTaskClient class.

protected DurableTaskClient (string name);
new Microsoft.DurableTask.Client.DurableTaskClient : string -> Microsoft.DurableTask.Client.DurableTaskClient
Protected Sub New (name As String)

Parameters

name
String

The name of the client.

Applies to