TfsmqNotification Constructor

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

.NET Framework Security

See Also

Reference

TfsmqNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace