ITrustedSettingsGetKeepAliveTimeout 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
TimeSpan GetKeepAliveTimeout(
string serverUrl
)
Function GetKeepAliveTimeout (
serverUrl As String
) As TimeSpan
TimeSpan GetKeepAliveTimeout(
String^ serverUrl
)
abstract GetKeepAliveTimeout :
serverUrl : string -> TimeSpan
- serverUrl String
- URL of the server to get the timeout for.
TimeSpanTimeout to use for the specified server.