Compartir a través de


AsyncEnumerator<T> Members

Include Protected Members
Include Inherited Members

The AsyncEnumerator<T> type exposes the following members.

Properties

  Name Description
Public property AsyncResult
Public property CompletedAsyncResults (Inherited from AsyncEnumerator.)
Protected property ConstructorDone (Inherited from AsyncEnumerator.)
Public property IsAborted (Inherited from AsyncEnumerator.)

Top

Methods

  Name Description
Public method AddAsync<T>(T) (Inherited from AsyncEnumerator.)
Public method AddAsync<T>(T, Action) (Inherited from AsyncEnumerator.)
Public method AddAsyncEnumerator(Func<AsyncEnumerator, IEnumerator<Int32>>) (Inherited from AsyncEnumerator.)
Public method AddAsyncEnumerator<T>(Func<AsyncEnumerator<T>, IEnumerator<Int32>>) (Inherited from AsyncEnumerator.)
Protected method AsyncCompleted (Inherited from AsyncEnumerator.)
Public method Begin() (Inherited from AsyncEnumerator.)
Protected method Begin(IEnumerator<Int32>, Boolean) (Inherited from AsyncEnumerator.)
Public method Dispose (Inherited from AsyncEnumerator.)
Public method End() (Inherited from AsyncEnumerator.)
Public method End(T)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAsyncCallback (Inherited from AsyncEnumerator.)
Public method GetAsyncResultCallback() (Inherited from AsyncEnumerator.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ThrowForMoreAsyncsAfterCompletion (Overrides AsyncEnumerator.ThrowForMoreAsyncsAfterCompletion().)
Public method ToString (Inherited from Object.)
Protected method VerifySuccessfullyCompleted (Overrides AsyncEnumerator.VerifySuccessfullyCompleted().)

Top

Fields

  Name Description
Protected field enumerator (Inherited from AsyncEnumerator.)

Top