[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Create a TemporaryTopic object
Namespace:
TIBCO.EMSAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS..::.EMSException | If the session fails to create a temporary topic due to some internal error. |