Compartilhar via


QueueConstants.QueueMsgInfo construtor

Reservado para uso interno.

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

Sintaxe

'Declaração
Public Sub New ( _
    priority As QueueConstants.QueueMsgPriority, _
    queueID As QueueConstants.QueueID, _
    friendlyName As String, _
    description As String _
)
'Uso
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
)

Parâmetros

Ver também

Referência

QueueConstants.QueueMsgInfo estrutura

QueueConstants.QueueMsgInfo membros

Microsoft.Office.Project.Server.Library namespace