ibi Patterns - Search 6.0.0 .NET API |
NetricsServerInterface.setMaxSocketIdleTime Method |
See AlsoExample |
![]() ![]() |
Set the maximum idle time of socket connections to the engine.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub setMaxSocketIdleTime( _ ByVal val As TimeSpan _ ) |
C# |
---|
public void setMaxSocketIdleTime( TimeSpan val ) |
C++ |
---|
public: void setMaxSocketIdleTime( TimeSpan val ) sealed |
J# |
---|
public void setMaxSocketIdleTime( TimeSpan val ) |
JScript |
---|
public
function setMaxSocketIdleTime( val : TimeSpan ) |
Remarks
Not relevent if connection pooling is turned off.