Return the maximum number of queries to perform on a given socket before closing it.


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

Syntax

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

Remarks

Not relevent if connection pooling is turned off.

See Also