API Reference

Class

EmailStoreAsyncEnumerator`1

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

Async iterator for a dependency-free Store sequence.

Inheritance

  • Object
  • EmailStoreAsyncEnumerator`1

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Type Parameters

T
Element type.

Methods

public Task DisposeAsync() #
Returns: Task

Disposes the underlying synchronous iterator and any linked cancellation source.

public Task<Boolean> MoveNextAsync() #
Returns: Task<Boolean>

Advances the already-indexed lightweight iterator and observes cancellation.

Properties

public T Current { get; } #

Current element.