StreamedFileDataRequest.FlushAsync Method

Definition

Flushes the data in the current stream.

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, it returns true if the data was flushed successfully or false if the flush operation failed.

Implements

Applies to