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