Compartilhar via


IDurableTaskClientBuilder.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

Applies to