Handler for async. sending event. Will then fire SendCompleted when all the data in SendBuffer has been sent.


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

Syntax

Visual Basic (Declaration)
Public Sub OnSend( _ 
   ByVal result As IAsyncResult _ 
)
C#
public void OnSend(
   IAsyncResult result
)
C++
public:
 void OnSend(
   IAsyncResult result
) sealed 
J#
public void OnSend(
   IAsyncResult result
)
JScript
public  function OnSend(
   result : IAsyncResult
)

Parameters

result

See Also