Return the current idle transaction action setting.


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

Syntax

Visual Basic (Declaration)
Public Function tranIdleAction() As String
C#
public string tranIdleAction()
C++
public:
 String tranIdleAction() sealed 
J#
public string tranIdleAction()
JScript
public  function tranIdleAction() : String

Remarks

This returns the current idle transaction action setting on the server. A value of "<none>" indicates the server did not return a value. See the TranSetIdleOpts method of the NetricsServerInterface class for an explanation of the other values.

See Also