TriggeredWebJobSettingsUpdateParameters.ShutdownGraceTimeInSeconds Property
Optional. Specify the time in seconds to wait for the WebJob to gracefully shutdown.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<int> ShutdownGraceTimeInSeconds { get; set; }
public:
property Nullable<int> ShutdownGraceTimeInSeconds {
Nullable<int> get();
void set(Nullable<int> value);
}
member ShutdownGraceTimeInSeconds : Nullable<int> with get, set
Public Property ShutdownGraceTimeInSeconds As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
TriggeredWebJobSettingsUpdateParameters Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top