Return the maximum lifetime of socket connections to the engine.


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

Syntax

Visual Basic (Declaration)
Public Function getMaxSocketLifetime() As Nullable(Of TimeSpan)
C#
public Nullable<TimeSpan> getMaxSocketLifetime()
C++
public:
 Nullable<TimeSpan> getMaxSocketLifetime() sealed 
J#
public Nullable<TimeSpan> getMaxSocketLifetime()
JScript
public  function getMaxSocketLifetime() : Nullable<TimeSpan>

Remarks

Not relevent if connection pooling is turned off.

See Also