Connection error callbacks are executed when an unrecoverable error occurs. These errors include socket problems and network failures such as:
TipcSrv
automatically registers a default error callback that
attempts to reconnect to the RTserver when the connection is lost. This
default error callback may be replaced by first getting the default error
callback with DefaultErrorCb, removing it with
removeErrorCb, and adding your own error callback
with addErrorCb.
For a list of all members of this type, see TipcErrorCb Members.
Namespace: TIBCO.SMARTSOCKETS Namespace
Assembly: TIBCO.SS.dll
TipcErrorCb Members | TIBCO.SMARTSOCKETS Namespace | addErrorCb | DefaultErrorCb