NOTE: This method is now obsolete.
Only for COM interoperability. See
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub InitializeDebug( _ ByVal host As String, _ ByVal port As Integer, _ ByVal debug As Boolean _ ) _ Implements INetricsServerInterface.InitializeDebug |
C# |
---|
public void InitializeDebug( string host, int port, bool debug ) |
C++ |
---|
public: void InitializeDebug( String host, int port, bool debug ) sealed |
J# |
---|
public void InitializeDebug( string host, int port, bool debug ) |
JScript |
---|
public
function InitializeDebug( host : String, port : int, debug : bool ) |