DefaultDurableTaskClientBuilder(String, IServiceCollection) Constructor
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.
Initializes a new instance of the DefaultDurableTaskClientBuilder class.
public DefaultDurableTaskClientBuilder (string? name, Microsoft.Extensions.DependencyInjection.IServiceCollection services);
new Microsoft.DurableTask.Client.DefaultDurableTaskClientBuilder : string * Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.DurableTask.Client.DefaultDurableTaskClientBuilder
Public Sub New (name As String, services As IServiceCollection)
Parameters
- name
- String
The name of the builder.
- services
- IServiceCollection
The service collection.