[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Recover the broken connection on another available
server. The session, message producer, message consumer, temporary
destinations created by this broken connection are transparently
recreated once the connection is recovered.
Namespace:
TIBCO.EMS.UFO
Assembly:
TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
|
---|
public virtual void RecoverConnection(
Connection connection
) |
|
---|
Public Overridable Sub RecoverConnection ( _
connection As Connection _
) |
|
---|
public:
virtual void RecoverConnection(
Connection^ connection
) |
See Also