Método TeamFoundationSqlNotificationService.UnregisterNotification (TeamFoundationRequestContext, String, Guid, SqlNotificationHandler, Boolean)
UnregisterNotification é usado para remover um manipulador de notificação para um evento anteriormente registrado.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Sub UnregisterNotification ( _
requestContext As TeamFoundationRequestContext, _
databaseCategory As String, _
eventClass As Guid, _
handler As SqlNotificationHandler, _
waitForInFlightNotifications As Boolean _
)
public void UnregisterNotification(
TeamFoundationRequestContext requestContext,
string databaseCategory,
Guid eventClass,
SqlNotificationHandler handler,
bool waitForInFlightNotifications
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
O banco de dados no qual o evento foi registrado.
- databaseCategory
Tipo: System.String
O tipo de evento que é foi registrado para.
- eventClass
Tipo: System.Guid
O manipulador para esse registro.
- waitForInFlightNotifications
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
TeamFoundationSqlNotificationService Classe