Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the queue message priority type.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration QueueMsgPriority
'Usage
Dim instance As QueueConstants.QueueMsgPriority
public enum QueueMsgPriority
Members
| Member name | Description | |
|---|---|---|
| Unknown | Value=0. Unknown priority. | |
| RecoverPriority | Value=1. Recover priority; do not use. | |
| HighPriority | Value=2. High priority. | |
| MediumHighPriority | Value=3. Medium high priority. | |
| StandardPriority | Value=4. Standard priority. | |
| MediumLowPriority | Value=5. Medium low priority. | |
| LowPriority | Value=6. Low priority. | |
| LastPriority | Value=7. Last priority. |
Remarks
For more information, see the MsgPriority field.