Table of Contents

Method BeginRead

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

BeginRead(byte[], int, int, AsyncCallback, object)

public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)

Parameters

buffer byte[]
offset int
count int
callback AsyncCallback
state object

Returns

IAsyncResult