IAsyncEnumerator<T>.MoveNextAsync Method
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.
Move to next item
public:
System::Threading::Tasks::Task<bool> ^ MoveNextAsync();
public System.Threading.Tasks.Task<bool> MoveNextAsync ();
abstract member MoveNextAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function MoveNextAsync () As Task(Of Boolean)
Returns
Completion task