MessageQueueInstaller Members
.NET Framework 2.0
Allows you to install and configure a queue that your application needs in order to run. This class is called by the installation utility, for example, InstallUtil.exe, when installing a MessageQueue.
The following tables list the members exposed by the MessageQueueInstaller type.
| Name | Description | |
|---|---|---|
| MessageQueueInstaller | Overloaded. Initializes a new instance of the MessageQueueInstaller class. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Authenticate | Gets or sets a value that indicates whether the queue to be installed accepts only authenticated messages. |
| BasePriority | Gets or sets the base priority that is used to route a public queue's messages over the network. |
| Category | Gets or sets an implementation-specific queue type. |
| Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
| Context | Gets or sets information about the current installation.(Inherited from Installer.) |
| EncryptionRequired | Gets or sets a value that indicates whether the queue accepts only private, or encrypted, messages. |
| HelpText | Gets the help text for all the installers in the installer collection.(Inherited from Installer.) |
| Installers | Gets the collection of installers that this installer contains.(Inherited from Installer.) |
| Label | Gets or sets a description of the queue. |
| MaximumJournalSize | Gets or sets the maximum size of the journal that is associated with the queue. |
| MaximumQueueSize | Gets or sets the maximum size of the queue. |
| MulticastAddress | Introduced in MSMQ 3.0. Gets or sets the multicast address associated with the queue. |
| Parent | Gets or sets the installer containing the collection that this installer belongs to.(Inherited from Installer.) |
| Path | Gets or sets the location of the queue that is referenced by this object. |
| Permissions | Gets or sets permissions associated with the queue. |
| Site | Gets or sets the ISite of the Component.(Inherited from Component.) |
| Transactional | Gets or sets a value that indicates whether the queue accepts only messages sent as part of a transaction. |
| UninstallAction | Gets or sets a value that indicates what the installer does with the queue at uninstall time: remove it, restore it to its pre-installation state, or leave it in its current installed state. |
| UseJournalQueue | Gets or sets a value that indicates whether messages that are retrieved from the queue are also copied to the associated journal queue. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode.(Inherited from Component.) |
| Events | Gets the list of event handlers that are attached to this Component.(Inherited from Component.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Commit | Overridden. Completes the installation process by committing the MessageQueue installation information that the Install method wrote to the registry. This method is meant to be used by installation tools, which automatically call the appropriate methods. |
| CopyFromComponent | Overridden. Copies the property values of a MessageQueue component that are required at install time for a message queue. |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
| Dispose | Overloaded. Releases the resources used by the Component. (Inherited from Component.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| Install | Overridden. Performs the installation and writes message queue information to the registry. This method is meant to be used by installation tools, which automatically call the appropriate methods. |
| IsEquivalentInstaller | Overridden. Determines whether the specified installer can handle the same kind of installation as this installer. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Rollback | Overridden. Restores the computer to the state it was in before the installation, by rolling back the queue information that the installation procedure wrote to the registry. This method is meant to be used by installation tools, which automatically call the appropriate methods. |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
| Uninstall | Overridden. Removes an installation by removing queue information from the registry. This method is meant to be used by uninstallation tools, which automatically call the appropriate methods. |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the resources used by the Component. (Inherited from Component.) |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
| MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject.) |
| OnAfterInstall | Raises the AfterInstall event. (Inherited from Installer.) |
| OnAfterRollback | Raises the AfterRollback event. (Inherited from Installer.) |
| OnAfterUninstall | Raises the AfterUninstall event. (Inherited from Installer.) |
| OnBeforeInstall | Raises the BeforeInstall event. (Inherited from Installer.) |
| OnBeforeRollback | Raises the BeforeRollback event. (Inherited from Installer.) |
| OnBeforeUninstall | Raises the BeforeUninstall event. (Inherited from Installer.) |
| OnCommitted | Raises the Committed event. (Inherited from Installer.) |
| OnCommitting | Raises the Committing event. (Inherited from Installer.) |
| Name | Description | |
|---|---|---|
| AfterInstall | Occurs after the Install methods of all the installers in the Installers property have run.(Inherited from Installer.) |
| AfterRollback | Occurs after the installations of all the installers in the Installers property are rolled back.(Inherited from Installer.) |
| AfterUninstall | Occurs after all the installers in the Installers property perform their uninstallation operations.(Inherited from Installer.) |
| BeforeInstall | Occurs before the Install method of each installer in the installer collection has run.(Inherited from Installer.) |
| BeforeRollback | Occurs before the installers in the Installers property are rolled back.(Inherited from Installer.) |
| BeforeUninstall | Occurs before the installers in the Installers property perform their uninstall operations.(Inherited from Installer.) |
| Committed | Occurs after all the installers in the Installers property have committed their installations.(Inherited from Installer.) |
| Committing | Occurs before the installers in the Installers property committ their installations.(Inherited from Installer.) |
| Disposed | Adds an event handler to listen to the Disposed event on the component.(Inherited from Component.) |
Reference
MessageQueueInstaller ClassSystem.Messaging Namespace