Share via


QueueConstants.QueueMsgInfo Constructor

Reserved for internal use.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Sub New ( _
    priority As QueueConstants.QueueMsgPriority, _
    queueID As QueueConstants.QueueID, _
    friendlyName As String, _
    description As String _
)
'Usage
Dim priority As QueueConstants.QueueMsgPriority
Dim queueID As QueueConstants.QueueID
Dim friendlyName As String
Dim description As String

Dim instance As New QueueConstants.QueueMsgInfo(priority, _
    queueID, friendlyName, description)
public QueueMsgInfo(
    QueueConstants.QueueMsgPriority priority,
    QueueConstants.QueueID queueID,
    string friendlyName,
    string description
)

Parameters

See Also

Reference

QueueConstants.QueueMsgInfo Structure

QueueConstants.QueueMsgInfo Members

Microsoft.Office.Project.Server.Library Namespace