The IQueue type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

Properties

  NameDescription
Public propertyInteractions
Gets the interactions on the queue.
Public propertyName
Gets the name of the queue being watched.

Events

  NameDescription
Public eventInteractionAdded
Occurs when an interaction is added to the queue.
Public eventInteractionChanged
Occurs when an interaction on the queue has changed.
Public eventInteractionRemoved
Occurs when an interaction is removed from the queue.

See Also