public Task<int> ReadAsync( long pos, Memory<byte> span )
Public Function ReadAsync ( pos As Long, span As Memory(Of Byte) ) As Task(Of Integer)
member ReadAsync : pos : int64 * span : Memory<byte> -> Task<int>
In This Article