Table of Contents

Method ReadAsync

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ReadAsync(byte[], int, int, CancellationToken)

public override Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)

Parameters

buffer byte[]
offset int
count int
cancellationToken CancellationToken

Returns

Task<int>