DefaultDurableTaskWorkerBuilder(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 DefaultDurableTaskWorkerBuilder class.
public DefaultDurableTaskWorkerBuilder(string? name, Microsoft.Extensions.DependencyInjection.IServiceCollection services);
new Microsoft.DurableTask.Worker.DefaultDurableTaskWorkerBuilder : string * Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.DurableTask.Worker.DefaultDurableTaskWorkerBuilder
Public Sub New (name As String, services As IServiceCollection)
Parameters
- name
- String
The name for this builder.
- services
- IServiceCollection
The service collection for this builder.