QueueConstants.QueueMsgInfo-Konstruktor
Für die interne Verwendung reserviert.
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
)
Parameter
- friendlyName
Typ: System.String
- description
Typ: System.String
Siehe auch
Referenz
QueueConstants.QueueMsgInfo Struktur