MessageQueueInstaller Class Members
The following tables list the members exposed by MessageQueueInstaller.
Public Constructors
Name | Description | |
---|---|---|
![]() | MessageQueueInstaller Constructor | Overloaded. |
Public Properties
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 | (Inherited from System.ComponentModel.Component) |
![]() | Context | (Inherited from System.Configuration.Install.Installer) |
![]() | EncryptionRequired | Gets or sets a value that indicates whether the queue accepts only private, or encrypted, messages. |
![]() | HelpText | (Inherited from System.Configuration.Install.Installer) |
![]() | Installers | (Inherited from System.Configuration.Install.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 | (Inherited from System.Configuration.Install.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 | (Inherited from System.ComponentModel.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. |
Protected Properties
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Public Methods
Name | Description | |
---|---|---|
![]() | Commit | Overridden. When overridden in a derived class, completes the install transaction. |
![]() | CopyFromComponent | Overridden. When overridden in a derived class, copies all the properties that are required at install time from the specified component. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Install | Overridden. When overridden in a derived class, performs the installation. |
![]() | IsEquivalentInstaller | Overridden. Determines if the specified installer installs the same object as this installer. |
![]() | Rollback | Overridden. When overridden in a derived class, restores the pre-installation state of the computer. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | Uninstall | Overridden. When overridden in a derived class, removes an installation. |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnAfterInstall | (Inherited from System.Configuration.Install.Installer) |
![]() | OnAfterRollback | (Inherited from System.Configuration.Install.Installer) |
![]() | OnAfterUninstall | (Inherited from System.Configuration.Install.Installer) |
![]() | OnBeforeInstall | (Inherited from System.Configuration.Install.Installer) |
![]() | OnBeforeRollback | (Inherited from System.Configuration.Install.Installer) |
![]() | OnBeforeUninstall | (Inherited from System.Configuration.Install.Installer) |
![]() | OnCommitted | (Inherited from System.Configuration.Install.Installer) |
![]() | OnCommitting | (Inherited from System.Configuration.Install.Installer) |
Public Events
Name | Description | |
---|---|---|
![]() | AfterInstall | (Inherited from System.Configuration.Install.Installer) |
![]() | AfterRollback | (Inherited from System.Configuration.Install.Installer) |
![]() | AfterUninstall | (Inherited from System.Configuration.Install.Installer) |
![]() | BeforeInstall | (Inherited from System.Configuration.Install.Installer) |
![]() | BeforeRollback | (Inherited from System.Configuration.Install.Installer) |
![]() | BeforeUninstall | (Inherited from System.Configuration.Install.Installer) |
![]() | Committed | (Inherited from System.Configuration.Install.Installer) |
![]() | Committing | (Inherited from System.Configuration.Install.Installer) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
See Also