Call this method to send data asynchronously


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Sub BeginSend( _ 
   ByVal buffer As Byte(),  _ 
   ByVal maxBytes As Integer _ 
)
C#
public void BeginSend(
   byte[] buffer,
   int maxBytes
)
C++
public:
 void BeginSend(
   array<char>^ buffer,
   int maxBytes
) sealed 
J#
public void BeginSend(
   byte[] buffer,
   int maxBytes
)
JScript
public  function BeginSend(
   buffer : Byte[],
   maxBytes : int
)

Parameters

buffer
the bytes to be sent
maxBytes
the maximum number of bytes to send

See Also