MessageQueuePermission Constructor
Overload List
Overload | Description |
---|---|
MessageQueuePermission Constructor() | Initializes a new instance of the MessageQueuePermission class. |
MessageQueuePermission Constructor(PermissionState) | Initializes a new instance of the MessageQueuePermission class with the specified permission state. |
MessageQueuePermission Constructor(MessageQueuePermissionAccess,String) | Initializes a new instance of the MessageQueuePermission class with the specified access levels and the path of the queue. |
MessageQueuePermission Constructor(MessageQueuePermissionAccess,String,String,String) | Initializes a new instance of the MessageQueuePermission class with the specified access levels, computer to use, queue description, and queue category. |
MessageQueuePermission Constructor(MessageQueuePermissionEntry[]) | Initializes a new instance of the MessageQueuePermission class with the specified permission access level entries. |
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