[TIBCO.EMS .NET client library 6.0 documentation]

Close the QueueRequestor 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 QueueSession as a side effect.

Exceptions

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

See Also