NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Sub InitializeDebug( _ ByVal host As String, _ ByVal port As Integer, _ ByVal debug As Boolean _ ) |
| C# |
|---|
| void InitializeDebug( string host, int port, bool debug ) |
| C++ |
|---|
| void InitializeDebug( String host, int port, bool debug ) abstract |
| J# |
|---|
| void InitializeDebug( string host, int port, bool debug ) |
| JScript |
|---|
|
function InitializeDebug( host : String, port : int, debug : bool ) |