IConnection.Read Method (Byte[], ConnectionReadDelegate) |
Reads the next chunk from the connection.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Read(
byte[] buffer,
ConnectionReadDelegate readDelegate
)
Sub Read (
buffer As Byte(),
readDelegate As ConnectionReadDelegate
)
void Read(
array<unsigned char>^ buffer,
ConnectionReadDelegate^ readDelegate
)
abstract Read :
buffer : byte[] *
readDelegate : ConnectionReadDelegate -> unit
Parameters
- buffer
- Type:System.Byte[]
- readDelegate
- Type: VirtualRadar.Interface.Network.ConnectionReadDelegate
Remarks
The call is non-blocking.
See Also