Click or drag to resize
GDFileOutputStreamFlushAsync 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
Returns true for success; otherwise false.

Implements

IOutputStreamFlushAsync
See Also