ContinuousWebJobSettingsResponse.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)

public Nullable<int> ShutdownGraceTimeInSeconds { get; set; }

Property Value

Type: System.Nullable<Int32>
Return to top
Show: