Return the current idle transaction timeout setting.


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

Syntax

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

Remarks

This returns the current idle transaction timeout setting on the server. The value is in seconds. A value of zero indicates there is no time out. A value of -1 indicates the server did not return a value.

See Also