ContinuousWebJobSettingsResponse.IsSingleton Property

Definition

Optional. If a continuous job is set as singleton it'll run only on a single instance opposed to running on all instances.

public bool? IsSingleton { get; set; }
member this.IsSingleton : Nullable<bool> with get, set
Public Property IsSingleton As Nullable(Of Boolean)

Property Value

Applies to