[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Create a TemporaryTopic object

Namespace:  TIBCO.EMS.UFO
Assembly:  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

ExceptionCondition
EMSExceptionIf the session fails to create a temporary topic due to some internal error.

See Also