IDurableTaskClientProvider Interface
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.
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. |