IDurableClientFactory 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.
Factory class to create Durable Client to start works outside an azure function context.
public interface IDurableClientFactory
type IDurableClientFactory = interface
Public Interface IDurableClientFactory
- Derived
Methods
| Name | Description |
|---|---|
| CreateClient() |
Gets a IDurableClient using configuration from a DurableClientOptions instance. |
| CreateClient(DurableClientOptions) |
Gets a IDurableClient using configuration from a DurableClientOptions instance. |