Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub New ( _
    queueId As Integer, _
    queueName As String _
)
protected TfsmqNotification(
    int queueId,
    string queueName
)
protected:
TfsmqNotification(
    int queueId, 
    String^ queueName
)
new : 
        queueId:int * 
        queueName:string -> TfsmqNotification
protected function TfsmqNotification(
    queueId : int, 
    queueName : String
)
Parameters
- queueId
 Type: System.Int32
- queueName
 Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.