Internal event handler for async. result which then fires DataReceived


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

Syntax

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

Parameters

result
the result of a previous BeginReceive call

See Also