Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IAsyncEnumerator.cs
1
using
System
;
2
using
System.Collections
;
3
using
System.Threading.Tasks;
4
5
namespace
Waher.Persistence
6
{
10
public
interface
IAsyncEnumerator : IEnumerator
11
{
18
Task<bool>
MoveNextAsync
();
19
}
20
24
public
interface
IAsyncEnumerator
<T> :
System
.Collections.Generic.IEnumerator<T>,
IAsyncEnumerator
25
{
26
}
27
}
Waher.Persistence.IAsyncEnumerator
Interface for asynchronous enumerators.
Definition:
IAsyncEnumerator.cs:25
Waher.Persistence.IAsyncEnumerator.MoveNextAsync
Task< bool > MoveNextAsync()
Advances the enumerator to the next element of the collection.
System.Collections
Definition:
ImplTypes.g.cs:4970
System
Definition:
Adapters.g.cs:58
Waher.Persistence
Definition:
Bookmark.cs:4
IoTGateway
Persistence
Waher.Persistence
IAsyncEnumerator.cs
Generated by
1.9.5