ISchedulerManagementClient.LongRunningOperationRetryTimeout Property
Gets or sets the retry timeout for Long Running Operations.
Namespace: Microsoft.WindowsAzure.Management.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.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
ISchedulerManagementClient Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace
Return to top