MessageQueue Constructor
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Messaging
MessageQueue Class
MessageQueue Constructor
MessageQueue Constructor ()
MessageQueue Constructor (Stri ...
MessageQueue Constructor (Stri ...
MessageQueue Constructor (Stri ...
MessageQueue Constructor (Stri ...
MessageQueue Constructor (Stri ...
MessageQueue Class
MessageQueue Members
MessageQueue Fields
MessageQueue Constructor
MessageQueue Methods
MessageQueue Properties
MessageQueue Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
MessageQueue Constructor
Initializes a new instance of the
MessageQueue
class.
Overload List
Name
Description
MessageQueue ()
Initializes a new instance of the
MessageQueue
class. After the default constructor initializes the new instance, you must set the instance's
Path
property before you can use the instance.
Supported by the .NET Compact Framework.
MessageQueue (String)
Initializes a new instance of the
MessageQueue
class that references the Message Queuing queue at the specified path.
Supported by the .NET Compact Framework.
MessageQueue (String, Boolean)
Initializes a new instance of the
MessageQueue
class that references the Message Queuing queue at the specified path and with the specified read-access restriction.
Supported by the .NET Compact Framework.
MessageQueue (String, QueueAccessMode)
Initializes a new instance of the
MessageQueue
class.
MessageQueue (String, Boolean, Boolean)
Initializes a new instance of the
MessageQueue
class.
MessageQueue (String, Boolean, Boolean, QueueAccessMode)
Initializes a new instance of the
MessageQueue
class.
See Also
Reference
MessageQueue Class
MessageQueue Members
System.Messaging Namespace
Path
QueueName
FormatName
Label
Tags :