GetKeepAliveSettings¶
-
KeepAliveSettings ITopController.GetKeepAliveSettings(Endpoint endpoint)¶
Gets the keep-alive settings for the specified endpoint of the connection to the controller.
- Parameters
endpoint – Endpoint of the connection for which to get the keep-alive settings.
- Returns
KeepAliveSettings – Keep-alive settings for the specified endpoint.
- Throws
InvalidArgumentException– Invalid endpoint specified, i.e. Endpoint.Both.InvalidArgumentException– Unknown endpoint specified.UnsupportedException– Keep-alive settings are not configurable for sub-controllers.UnsupportedException– One or more of the keep-alive settings are not configurable for the specified endpoint.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException– Incompatible firmware version loaded.System.ObjectDisposedException– Object is disposed.