DurableClientFactory Class
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 class DurableClientFactory : IDisposable, Microsoft.Azure.WebJobs.Extensions.DurableTask.ContextImplementations.IDurableClientFactory
type DurableClientFactory = class
interface IDurableClientFactory
interface IDisposable
Public Class DurableClientFactory
Implements IDisposable, IDurableClientFactory
- Inheritance
-
DurableClientFactory
- Implements
Constructors
Methods
CreateClient() |
Gets a IDurableClient using configuration from a DurableClientOptions instance. |
CreateClient(DurableClientOptions) |
Gets a IDurableClient using configuration from a DurableClientOptions instance. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Applies to
Azure SDK for .NET