TrustedSettingsGetKeepAliveTimeout Method
Returns the keep alive timeout for connections to the specified server.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public TimeSpan GetKeepAliveTimeout(
string serverUrl
)
Public Function GetKeepAliveTimeout (
serverUrl As String
) As TimeSpan
public:
virtual TimeSpan GetKeepAliveTimeout(
String^ serverUrl
) sealed
abstract GetKeepAliveTimeout :
serverUrl : string -> TimeSpan
override GetKeepAliveTimeout :
serverUrl : string -> TimeSpan
- serverUrl String
- URL of the server to get the timeout for.
TimeSpanTimeout to use for the specified server.
ITrustedSettingsGetKeepAliveTimeout(String)