Freigeben über


FormReader.ReadNextPairAsync(CancellationToken) Methode

Definition

Liest das nächste Schlüsselwertpaar asynchron aus dem Formular.

public System.Threading.Tasks.Task<System.Collections.Generic.KeyValuePair<string,string>?> ReadNextPairAsync (System.Threading.CancellationToken cancellationToken = default);
member this.ReadNextPairAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Nullable<System.Collections.Generic.KeyValuePair<string, string>>>
Public Function ReadNextPairAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Nullable(Of KeyValuePair(Of String, String)))

Parameter

cancellationToken
CancellationToken

Gibt zurück

Das nächste Schlüsselwertpaar oder NULL, wenn das Ende des Formulars erreicht ist.

Gilt für: