ServiceCollectionExtensions 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.
Durable Task client extensions for IServiceCollection.
public static class ServiceCollectionExtensions
type ServiceCollectionExtensions = class
Public Module ServiceCollectionExtensions
- Inheritance
-
ServiceCollectionExtensions
Methods
AddDurableTaskClient(IServiceCollection, Action<IDurableTaskClientBuilder>) |
Configures and adds a DurableTaskClient to the service collection. |
AddDurableTaskClient(IServiceCollection, String, Action<IDurableTaskClientBuilder>) |
Configures and adds a DurableTaskClient to the service collection. |