BeginRead(byte[], int, int, AsyncCallback, object) Method
Namespace
Statiq.Common
Containing Type
DelegatingStream
Overridden
BeginRead(byte[], int, int, AsyncCallback, object)

Syntax

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

Parameters

Name Type Description
buffer byte[]
offset int
count int
callback AsyncCallback
state object

Return Value

Type Description
IAsyncResult