Callback for connection to origin server


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

Syntax

Visual Basic (Declaration)
Protected Sub OnConnect( _ 
   ByVal result As IAsyncResult _ 
)
C#
protected void OnConnect(
   IAsyncResult result
)
C++
protected:
 void OnConnect(
   IAsyncResult result
) sealed 
J#
protected void OnConnect(
   IAsyncResult result
)
JScript
protected  function OnConnect(
   result : IAsyncResult
)

Parameters

result
the return value of a previous BeginConnect call

See Also