The QueueMonitor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueueMonitor()()()() |
Initializes a new instance of the QueueMonitor class.
| |
QueueMonitor(String) |
Initializes a new instance of the QueueMonitor class.
|
Methods
Name | Description | |
---|---|---|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
QueueMonitor is reclaimed by garbage collection.
(Overrides Object..::..Finalize()()()().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InteractionAdded |
Called when an interaction was added.
| |
InteractionChanged |
Called when an interaction was changed.
| |
InteractionRemoved |
Called when an interaction was removed.
| |
Load |
Loads the AddIn, supplying a service provider. The service provider
can be used to access application services.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnLoad |
Called when the AddIn is being loaded.
| |
OnUnload |
Called when the AddIn is being unloaded.
| |
StartMonitoring |
Starts monitoring the queue.
| |
StopMonitoring |
Stops monitoring the queue.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
Unload |
Unloads this AddIn instance.
|
Properties
Name | Description | |
---|---|---|
Attributes |
Gets the attributes to monitor for changes in this queue.
| |
Interactions |
Gets the interactions on the queue.
| |
ServiceProvider |
Gets the service provider which can be used to retrieve application services.
| |
SupportingAttributes |
Gets additional interaction attributes for which change notifications are not raised,
but are still available to query on an interaction.
| |
Trace |
Gets the trace context. Use this to trace messages to the Interaction Client log.
|