Compartilhar via


IDurableTaskClientProvider Interface

Definition

A provider for getting DurableTaskClient.

public interface IDurableTaskClientProvider
type IDurableTaskClientProvider = interface
Public Interface IDurableTaskClientProvider

Remarks

The purpose of this abstraction is that there may be multiple clients registered, so they cannot be DI'd directly.

Methods

GetClient(String)

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

Applies to