Table of Contents

Method BeginWrite

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

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

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

Parameters

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

Returns

IAsyncResult