UnmanagedMemoryStream.WriteAsync Method

Include Protected Members
Include Inherited Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
WriteAsync(array<Byte>[]()[], Int32, Int32) Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Inherited from Stream.)
WriteAsync(array<Byte>[]()[], Int32, Int32, CancellationToken) Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. (Inherited from Stream.)

Top

See Also

Reference

UnmanagedMemoryStream Class

UnmanagedMemoryStream Members

System.IO Namespace