IAutomationManagementClient::LongRunningOperationRetryTimeout Property

 

Gets or sets the retry timeout for Long Running Operations.

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

property int LongRunningOperationRetryTimeout {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: