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 結構