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 構造体