IDurableTaskClientProvider.GetClient(String) Method
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.
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.