Click or drag to resize

WrappingStreamBeginRead Method

Begins an asynchronous read operation.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public override IAsyncResult BeginRead(
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)

Parameters

buffer
Type: SystemByte
offset
Type: SystemInt32
count
Type: SystemInt32
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult
See Also