MessageQueueInstaller Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MessageQueueInstaller class.
Overloads
MessageQueueInstaller() |
Initializes a new instance of the MessageQueueInstaller class. Does not set any instance properties. |
MessageQueueInstaller(MessageQueue) |
Initializes a new instance of the MessageQueueInstaller class, initializing the installation settings to those of an existing MessageQueue instance. |
MessageQueueInstaller()
Initializes a new instance of the MessageQueueInstaller class. Does not set any instance properties.
public:
MessageQueueInstaller();
public MessageQueueInstaller ();
Public Sub New ()
Applies to
MessageQueueInstaller(MessageQueue)
Initializes a new instance of the MessageQueueInstaller class, initializing the installation settings to those of an existing MessageQueue instance.
public:
MessageQueueInstaller(System::Messaging::MessageQueue ^ componentToCopy);
public MessageQueueInstaller (System.Messaging.MessageQueue componentToCopy);
new System.Messaging.MessageQueueInstaller : System.Messaging.MessageQueue -> System.Messaging.MessageQueueInstaller
Public Sub New (componentToCopy As MessageQueue)
Parameters
- componentToCopy
- MessageQueue
The MessageQueue component whose settings determine the property settings of the new queue installed.