MessageQueue Constructor (String^, Boolean, Boolean)
.NET Framework (current version)
Initializes a new instance of the MessageQueue class.
Assembly: System.Messaging (in System.Messaging.dll)
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.
The following code example creates a new MessageQueue with exclusive read access and with connection caching enabled.
.NET Framework
Available since 2.0
Available since 2.0
Show: