Freigeben über


TeamFoundationMessageQueueService.QueueExists-Methode

Bestimmt, ob die angegebene Warteschlange registriert wird.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function QueueExists ( _
    requestContext As TeamFoundationRequestContext, _
    queueName As String _
) As Boolean
public bool QueueExists(
    TeamFoundationRequestContext requestContext,
    string queueName
)

Parameter

  • queueName
    Typ: System.String
    Der Name der Meldungswarteschlange

Rückgabewert

Typ: System.Boolean
True, wenn die Warteschlange registriert wird; andernfalls false

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationMessageQueueService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace