Table of Contents

Method BeginWrite

Namespace
Alternet.Scripter.IronPython
Assembly
Alternet.Scripter.IronPython.v10.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