ImageStream.FlushAsync Method

Definition

Asynchronously commits the current frame data and flushes all of the data on the image stream.

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

Returns

An object that manages the asynchronous flush operation.

Implements

Applies to