Share via


IStorageManagementClient.LongRunningOperationRetryTimeout Property

 

Gets or sets the retry timeout for Long Running Operations.

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

Syntax

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

Property Value

Type: System.Int32

See Also

IStorageManagementClient Interface
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top