Return maximum number of worker threads.


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

Syntax

Visual Basic (Declaration)
Public Function max_threads() As Integer
C#
public int max_threads()
C++
public:
 int max_threads() sealed 
J#
public int max_threads()
JScript
public  function max_threads() : int

Remarks

This returns the maximum number of simultaneous command processing threads this server will employ, the special value -1 indicates no thread limit information was received.

See Also