Share via


SqlRetryIntervalBaseEnumerator 클래스

정의

시간 간격 시퀀스를 생성합니다.

public ref class SqlRetryIntervalBaseEnumerator abstract : ICloneable, System::Collections::Generic::IEnumerator<TimeSpan>
public abstract class SqlRetryIntervalBaseEnumerator : ICloneable, System.Collections.Generic.IEnumerator<TimeSpan>
type SqlRetryIntervalBaseEnumerator = class
    interface IEnumerator<TimeSpan>
    interface IDisposable
    interface IEnumerator
    interface ICloneable
type SqlRetryIntervalBaseEnumerator = class
    interface IEnumerator<TimeSpan>
    interface IEnumerator
    interface IDisposable
    interface ICloneable
Public MustInherit Class SqlRetryIntervalBaseEnumerator
Implements ICloneable, IEnumerator(Of TimeSpan)
상속
SqlRetryIntervalBaseEnumerator
구현

생성자

SqlRetryIntervalBaseEnumerator()

간격 시간, 최소 및 최대 간격 시간에 대한 기본값이 0인 클래스의 SqlRetryIntervalBaseEnumerator 새 인스턴스를 초기화합니다.

SqlRetryIntervalBaseEnumerator(TimeSpan, TimeSpan, TimeSpan)

SqlRetryIntervalBaseEnumerator 클래스의 새 인스턴스를 초기화합니다.

속성

Current

컬렉션에서 열거자의 현재 위치에 있는 요소를 가져옵니다.

GapTimeInterval

각 간격의 기본 간격 시간입니다.

MaxTimeInterval

허용되는 최대 시간 간격 값입니다.

MinTimeInterval

허용되는 최소 시간 간격 값입니다.

메서드

Clone()

현재 인스턴스의 복사본인 새 개체를 만듭니다.

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

GetNextInterval()

다음 간격 시간을 계산합니다.

MoveNext()

열거자를 컬렉션의 다음 요소로 이동합니다.

Reset()

컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 설정합니다.

Validate(TimeSpan, TimeSpan, TimeSpan)

열거형 매개 변수의 유효성을 검사합니다.

명시적 인터페이스 구현

IEnumerator.Current

시간 간격 시퀀스를 생성합니다.

적용 대상