Compartilhar via


DefaultDurableTaskClientBuilder.BuildTarget Property

Definition

Gets or sets the target of this builder. The provided type must derive fromDurableTaskClient. This is the type that will ultimately be built by Build(IServiceProvider).

public Type? BuildTarget { get; set; }
member this.BuildTarget : Type with get, set
Public Property BuildTarget As Type

Property Value

Implements

Applies to