IFileLoggingSession.CloseAndSaveToFileAsync Methode

Definition

Beendet die aktuelle Protokollierungssitzung und speichert sie in einer Datei.

public:
 IAsyncOperation<StorageFile ^> ^ CloseAndSaveToFileAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> CloseAndSaveToFileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> CloseAndSaveToFileAsync();
function closeAndSaveToFileAsync()
Public Function CloseAndSaveToFileAsync () As IAsyncOperation(Of StorageFile)

Gibt zurück

Nach Abschluss dieser Methode wird die neue Datei als StorageFile zurückgegeben.

Attribute

Gilt für:

Weitere Informationen