ConfiguredCancelableAsyncEnumerable<T>.Enumerator 구조체

정의

취소 가능한 반복을 활성화하고 구성된 대기 상태인 대기 가능한 비동기 열거자를 제공합니다.

public: value class ConfiguredCancelableAsyncEnumerable<T>::Enumerator
public readonly struct ConfiguredCancelableAsyncEnumerable<T>.Enumerator
type ConfiguredCancelableAsyncEnumerable<'T>.Enumerator = struct
Public Structure ConfiguredCancelableAsyncEnumerable(Of T).Enumerator

형식 매개 변수

T

열거할 값의 형식입니다.

상속
ConfiguredCancelableAsyncEnumerable<T>.Enumerator

속성

Current

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

메서드

DisposeAsync()

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

MoveNextAsync()

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

적용 대상