Compartilhar via


IDurableTaskClientProvider.GetClient(String) Method

Definition

Gets the DurableTaskClient by name. Throws if the client by the requested name is not found.

public Microsoft.DurableTask.Client.DurableTaskClient GetClient (string? name = default);
abstract member GetClient : string -> Microsoft.DurableTask.Client.DurableTaskClient
Public Function GetClient (Optional name As String = Nothing) As DurableTaskClient

Parameters

name
String

The name of the client to get or null to get the default client.

Returns

The client.

Applies to