[TIBCO.EMS .NET client library 7.0 documentation]

Close the TopicRequestor object.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public void Close()
Public Sub Close
public:
void Close()

Remarks

This method also closes the TopicSession as a side effect.

Exceptions

ExceptionCondition
TIBCO.EMS..::.EMSExceptionIn case of errors in closing the TopicRequestor object

See Also