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) _ Implements INetricsServerInterface.getMaxSocketLifetime |
| C# |
|---|
| public Nullable<TimeSpan> getMaxSocketLifetime() |
| C++ |
|---|
| public: Nullable<TimeSpan> getMaxSocketLifetime() sealed |
| J# |
|---|
| public Nullable<TimeSpan> getMaxSocketLifetime() |
| JScript |
|---|
| public function getMaxSocketLifetime() : Nullable<TimeSpan> |
Implements
INetricsServerInterface.getMaxSocketLifetime
Remarks
Not relevent if connection pooling is turned off.