Turn on search logging (must be enabled when the server starts up).


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub svrlogon()
C#
public void svrlogon()
C++
public:
 void svrlogon() sealed 
J#
public void svrlogon()
JScript
public  function svrlogon()

Exceptions

Exception TypeCondition
NetricsExceptionIf the server indicates that an error has occured (Possible errors - EXPECTRTBLDESC, IPCERR, IPCTIMEOUT, IPCEOF, HANDSHAKE)

See Also