MessageQueueInstaller Class Methods
For a list of all members of this type, see MessageQueueInstaller members.
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) |
See Also