DataWriter.FlushAsync Methode

Definition

Leert Daten asynchron.

public:
 virtual IAsyncOperation<bool> ^ FlushAsync() = FlushAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> FlushAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> FlushAsync();
function flushAsync()
Public Function FlushAsync () As IAsyncOperation(Of Boolean)

Gibt zurück

Der Streamleervorgang.

Implementiert

Attribute

Hinweise

Die FlushAsync-Methode kann Latenzen erzeugen und garantiert nicht immer eine dauerhafte und kohärente Speicherung von Daten. Es wird allgemein empfohlen, diese Methode nach Möglichkeit zu vermeiden.

Gilt für:

Weitere Informationen