Share via


ISchedulerClient.LongRunningOperationInitialTimeout Property

 

Gets or sets the initial timeout for Long Running Operations.

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

Syntax

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

Property Value

Type: System.Int32

See Also

ISchedulerClient Interface
Microsoft.WindowsAzure.Scheduler Namespace

Return to top