ConfiguredCancelableAsyncEnumerable<T>.Enumerator Struct
Definition
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.
Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.
public: value class ConfiguredCancelableAsyncEnumerable<T>::Enumerator
public readonly struct ConfiguredCancelableAsyncEnumerable<T>.Enumerator
type ConfiguredCancelableAsyncEnumerable<'T>.Enumerator = struct
Public Structure ConfiguredCancelableAsyncEnumerable(Of T).Enumerator
Type Parameters
- T
The type of values to enumerate.
- Inheritance
Properties
Current |
Gets the element in the collection at the current position of the enumerator. |
Methods
DisposeAsync() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
MoveNextAsync() |
Advances the enumerator asynchronously to the next element of the collection. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.