Initiates a server shutdown.


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

Syntax

Visual Basic (Declaration)
Public Function svrshutdown( _ 
   ByVal timeout As Integer _ 
) As NetricsServerInterface.ShutdownStatus
C#
public NetricsServerInterface.ShutdownStatus svrshutdown(
   int timeout
)
C++
public:
 NetricsServerInterface.ShutdownStatus svrshutdown(
   int timeout
) sealed 
J#
public NetricsServerInterface.ShutdownStatus svrshutdown(
   int timeout
)
JScript
public  function svrshutdown(
   timeout : int
) : NetricsServerInterface.ShutdownStatus

Parameters

timeout
Time in seconds to wait for the server to free up resources.

Return Value

A status indicating the state of the server shutdown.

See Also