IFileLoggingSession.CloseAndSaveToFileAsync Method

Definition

Ends the current logging session and saves it to a file.

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)

Returns

When this method completes, it returns the new file as a StorageFile.

Attributes

Applies to

See also