SchedulerManagementClient.LongRunningOperationInitialTimeout Property
Gets or sets the initial timeout for Long Running Operations.
Namespace: Microsoft.WindowsAzure.Management.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public int LongRunningOperationInitialTimeout { get; set; }
public:
property int LongRunningOperationInitialTimeout {
virtual int get() sealed;
virtual void set(int value) sealed;
}
abstract LongRunningOperationInitialTimeout : int with get, set
override LongRunningOperationInitialTimeout : int with get, set
Public Property LongRunningOperationInitialTimeout As Integer
Property Value
Type: System.Int32
Implements
ISchedulerManagementClient.LongRunningOperationInitialTimeout
See Also
SchedulerManagementClient Class
Microsoft.WindowsAzure.Management.Scheduler Namespace
Return to top