Click or drag to resize
GDFileRandomAccessStreamWithContentTypeFlushAsync Method
Flushes data asynchronously in a sequential stream.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<bool> FlushAsync()

Return Value

Type: IAsyncOperationBoolean
The stream flush operation.

Implements

IOutputStreamFlushAsync
See Also