ContinuousWebJobSettingsResponse.IsSingleton Property
Optional. If a continuous job is set as singleton it'll run only on a single instance opposed to running on all instances.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<bool> IsSingleton { get; set; }
public:
property Nullable<bool> IsSingleton {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member IsSingleton : Nullable<bool> with get, set
Public Property IsSingleton As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
See Also
ContinuousWebJobSettingsResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top