SetPermissions(String,MessageQueueAccessRights,AccessControlEntryType) Method
Gives a computer, group, or user the specified access rights, with the specified access control type (allow, deny, revoke, or set).
Syntax
Parameters
- user
- The individual, group, or computer that gets additional rights to the queue.
- rights
- A MessageQueueAccessRights that indicates the set of rights to the queue that Message Queuing assigns to the user passed in.
- entryType
- A AccessControlEntryType that specifies whether to grant, deny, or revoke the permissions specified by the rights parameter.
Exceptions
Exception | Description |
---|---|
MessageQueueException | An error occurred when accessing a Message Queuing method. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also