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


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

Syntax

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

Exceptions

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

See Also