QueueConstants.QueueMsgInfo constructor
Reserved for internal use.
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
)
Parameters
- friendlyName
Type: System.String
- description
Type: System.String
See also
Reference
QueueConstants.QueueMsgInfo structure