MessageQueue Constructor (String^, Boolean, Boolean, QueueAccessMode)
.NET Framework (current version)
Initializes a new instance of the MessageQueue class.
Assembly: System.Messaging (in System.Messaging.dll)
public: MessageQueue( String^ path, bool sharedModeDenyReceive, bool enableCache, QueueAccessMode accessMode )
Parameters
- path
-
Type:
System::String^
The location of the queue referenced by this MessageQueue, which can be "." for the local computer.
- sharedModeDenyReceive
-
Type:
System::Boolean
true to grant exclusive read access to the first application that accesses the queue; otherwise, false.
- enableCache
-
Type:
System::Boolean
true to create and use a connection cache; otherwise, false.
- accessMode
-
Type:
System.Messaging::QueueAccessMode
One of the QueueAccessMode values.
.NET Framework
Available since 2.0
Available since 2.0
Show: