'Declaration
Public Function New( _ ByVal path As String, _ ByVal sharedModeDenyReceive As Boolean _ )
'Usage
Dim path As String Dim sharedModeDenyReceive As Boolean Dim instance As New MessageQueue(path, sharedModeDenyReceive)
public MessageQueue( string path, bool sharedModeDenyReceive )
public: MessageQueue( String^ path, bool sharedModeDenyReceive )
Parameters
- path
- The location of the queue referenced by this MessageQueue, which can be "." for the local computer. For information about the proper syntax for this parameter, see the Remarks section.
- sharedModeDenyReceive
- true to grant exclusive read access to the first application that accesses the queue; otherwise, false.