Конструктор QueueConstants.QueueMsgInfo
Зарезервировано для внутреннего использования.
Пространство имен: Microsoft.Office.Project.Server.Library
Сборка: Microsoft.Office.Project.Server.Library (в Microsoft.Office.Project.Server.Library.dll)
Синтаксис
'Декларация
Public Sub New ( _
priority As QueueConstants.QueueMsgPriority, _
queueID As QueueConstants.QueueID, _
friendlyName As String, _
description As String _
)
'Применение
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
)
Параметры
- friendlyName
Тип: System.String
- description
Тип: System.String
См. также
Справочные материалы
QueueConstants.QueueMsgInfo структура