Share via


DefaultDurableTaskWorkerBuilder(String, IServiceCollection) Constructor

Definition

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.

Applies to