IAsyncEnumerator<T> Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronous enumerator.
public interface IAsyncEnumerator<out T> : IDisposable
type IAsyncEnumerator<'T> = interface
interface IDisposable
Public Interface IAsyncEnumerator(Of Out T)
Implements IDisposable
- T
The type of objects to enumerate.
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.- Implements
Current |
Gets the current element in the enumerator. |
Move |
Advances the enumerator to the next element of the enumerator. |
Reset() |
Sets the enumerator to its initial position, which is before the first element in the collection. |
Ürün | Sürümler |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET geri bildirimi
Azure SDK for .NET, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: