QueueConstants.CorrelationPriority enumeration

Specifies the correlation 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 CorrelationPriority
'Usage
Dim instance As QueueConstants.CorrelationPriority
public enum CorrelationPriority

Members

Member name Description
Unknown Value=0. Unknown priority.
HighPriority Value=1. High priority.
StandardPriority Value=2. Standard priority.
LowPriority Value=3. Low priority.
LastPriority Value=4. Last priority.

Remarks

The CorrelationPriority property uses the QueueConstants.CorrelationPriority type.

See also

Reference

Microsoft.Office.Project.Server.Library namespace