CapturedFrame.FlushAsync Method

Definition

Asynchronously commits and flushes all of the data of the CapturedFrame.

public:
 virtual IAsyncOperation<bool> ^ FlushAsync() = FlushAsync;
IAsyncOperation<bool> FlushAsync();
public IAsyncOperation<bool> FlushAsync();
function flushAsync()
Public Function FlushAsync () As IAsyncOperation(Of Boolean)

Returns

When this method completes, a boolean value is returned which specifies true if the operation completed successfully; otherwise, false.

Implements

Applies to