NodeStream.WriteAsync method (1 of 2)
C#
public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer,
CancellationToken cancellation = default)
See Also
- class NodeStream
- namespace Microsoft.JavaScript.NodeApi.Interop
NodeStream.WriteAsync method (2 of 2)
C#
public override Task WriteAsync(byte[] buffer, int offset, int count,
CancellationToken cancellation)
See Also
- class NodeStream
- namespace Microsoft.JavaScript.NodeApi.Interop