Share via


IWebSiteManagementClient.LongRunningOperationInitialTimeout Property

 

Gets or sets the initial timeout for Long Running Operations.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

int LongRunningOperationInitialTimeout { get; set; }
property int LongRunningOperationInitialTimeout {
    int get();
    void set(int value);
}
abstract LongRunningOperationInitialTimeout : int with get, set
Property LongRunningOperationInitialTimeout As Integer

Property Value

Type: System.Int32

See Also

IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top