Click or drag to resize
GDFileRandomAccessStreamWithContentTypeWriteAsync Method
Writes data asynchronously in a sequential stream.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperationWithProgress<uint, uint> WriteAsync(
	IBuffer buffer
)

Parameters

buffer
Type: Windows.Storage.StreamsIBuffer
A buffer that contains the data to be written.

Return Value

Type: IAsyncOperationWithProgressUInt32, UInt32
The byte writer operation.

Implements

IOutputStreamWriteAsync(IBuffer)
See Also