SpeechSynthesisStream.FlushAsync Method

Definition

Flushes data asynchronously in a sequential 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 asynchronous operation. For more information, see FlushAsync method.

Implements

Applies to

See also