NOTE: This method is now obsolete.



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

Syntax

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

See Also