ISchedulerClient::LongRunningOperationRetryTimeout Property

 

Gets or sets the retry timeout for Long Running Operations.

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

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

Property Value

Type: System::Int32
Return to top
Show: