This method gets called when a connection has been accepted and validated in order to start processing the connection.


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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub Go()
C#
public abstract void Go()
C++
public:
 void Go() abstract 
J#
public abstract void Go()
JScript
public abstract  function Go()

See Also