DelegatingStreamReadAsync Method (Byte, Int32, Int32, CancellationToken) |
[Missing <summary> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]
Namespace: MongoDB.Driver.GridFS
public override Task<int> ReadAsync( byte[] buffer, int offset, int count, CancellationToken cancellationToken )
[Missing <param name="buffer"/> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]
[Missing <param name="offset"/> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]
[Missing <param name="count"/> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]
[Missing <param name="cancellationToken"/> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]
[Missing <returns> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)"]