[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Gets the Queue associated with this queue receiver.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public Queue Queue { get; } |
Public ReadOnly Property Queue As Queue |
public: property Queue^ Queue { Queue^ get (); } |
Return Value
this receiver's Queue
Remarks
The receiver consumes messages from this queue.
Programs set this queue when creating the receiver, and cannot subsequently change it.