[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Create a TemporaryTopic object
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public TemporaryTopic CreateTemporaryTopic() |
Public Function CreateTemporaryTopic As TemporaryTopic |
public: TemporaryTopic^ CreateTemporaryTopic() |
Return Value
A TemporaryTopic object
Remarks
A temporary topic lasts no longer than
the Connection object.
That is, when the connection is closed or broken, the server deletes
temporary topic associated with the connection.
It will be recreated during connection recovery.
Exceptions
Exception | Condition |
---|---|
EMSException | If the session fails to create a temporary topic due to some internal error. |