ContinuousWebJobSettingsUpdateParameters::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:
property Nullable<int> ShutdownGraceTimeInSeconds {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

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