StorageItemThumbnail.FlushAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The stream flush operation.