AsyncEnumerator Members
Include Protected Members
Include Inherited Members
The AsyncEnumerator type exposes the following members.
Constructors
Top
Methods
Name | Description | |
---|---|---|
AddAsync<T>(T) | ||
AddAsync<T>(T, Action) | ||
AddAsyncEnumerator(Func<AsyncEnumerator, IEnumerator<Int32>>) | ||
AddAsyncEnumerator<T>(Func<AsyncEnumerator<T>, IEnumerator<Int32>>) | ||
AsyncCompleted | ||
Begin() | ||
Begin(IEnumerator<Int32>, Boolean) | ||
Dispose | ||
End | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAsyncCallback | ||
GetAsyncResultCallback() | ||
GetAsyncResultCallback<T>() | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowForMoreAsyncsAfterCompletion | ||
ToString | (Inherited from Object.) | |
VerifySuccessfullyCompleted |
Top