다음을 통해 공유


SchedulerClient.LongRunningOperationRetryTimeout 속성

 

장기 실행 작업에 대한 재시도 제한 시간을 가져오거나 설정합니다.

네임스페이스:   Microsoft.WindowsAzure.Scheduler
어셈블리:  Microsoft.WindowsAzure.Management.Scheduler.dll의 Microsoft.WindowsAzure.Management.Scheduler

구문

public int LongRunningOperationRetryTimeout { get; set; }
public:
property int LongRunningOperationRetryTimeout {
    virtual int get() sealed;
    virtual void set(int value) sealed;
}
abstract LongRunningOperationRetryTimeout : int with get, set
override LongRunningOperationRetryTimeout : int with get, set
Public Property LongRunningOperationRetryTimeout As Integer

속성 값

Type: System.Int32

구현

ISchedulerClient.LongRunningOperationRetryTimeout

참고 항목

SchedulerClient 클래스
Microsoft.WindowsAzure.Scheduler 네임스페이스

맨 위로 이동