[TIBCO.EMS .NET client library 6.0 documentation]

Create a TemporaryTopic object

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

Exceptions

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

See Also