This event is fired after a connection has been accepted and validated. If the Connecting event is not consumed either event can be used simply for notification of new connections.


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

Syntax

Visual Basic (Declaration)
Public Event Connected As MunjaService.ConnectingHandler 
C#
public event MunjaService.ConnectingHandler Connected
C++
public:
 virtual event MunjaService.ConnectingHandler Connected {
    void add(MunjaService.ConnectingHandler value) sealed ;
    void remove(MunjaService.ConnectingHandler value) sealed ;
}
J#
/** event */
public final void add_Connected(MunjaService.ConnectingHandler value);

/** event */
public final void remove_Connected(MunjaService.ConnectingHandler value);
JScript
JScript suports the use of events, but not the declaration of new ones.

See Also