Skip to main content linkedinfacebooktwittermenuarrow-up
0

Async support for network operations New

GemBox.Email being network-based would benefit from async support.

For Example:

Implement IAsyncDisposable

Async Methods:
- Task ConnectAsync(cancellationToken)
- IAsyncEnumerator EnumerateMessagesAsync(cancellationToken)
- Task GetMessageAsync(id, cancellationToken)
- etc...

Add a comment

Please log in or register to submit a comment.

Need a password reminder?