Método DataCollectorNotifications.RaiseCustomEventAsync (CustomNotificationEventArgs, NotificationBroadcastLevel, Object)
Assincronamente dispara um evento personalizado usando os argumentos de evento fornecido, a indicação do nível de difusão e o token de usuário.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
Public MustOverride Sub RaiseCustomEventAsync ( _
eventArgs As CustomNotificationEventArgs, _
broadcastLevel As NotificationBroadcastLevel, _
userToken As Object _
)
public abstract void RaiseCustomEventAsync(
CustomNotificationEventArgs eventArgs,
NotificationBroadcastLevel broadcastLevel,
Object userToken
)
public:
virtual void RaiseCustomEventAsync(
CustomNotificationEventArgs^ eventArgs,
NotificationBroadcastLevel broadcastLevel,
Object^ userToken
) abstract
abstract RaiseCustomEventAsync :
eventArgs:CustomNotificationEventArgs *
broadcastLevel:NotificationBroadcastLevel *
userToken:Object -> unit
public abstract function RaiseCustomEventAsync(
eventArgs : CustomNotificationEventArgs,
broadcastLevel : NotificationBroadcastLevel,
userToken : Object
)
Parâmetros
- eventArgs
Tipo: Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Uma classe personalizada que é derivada de CustomNotificationEventArgs.
- broadcastLevel
Tipo: Microsoft.VisualStudio.TestTools.Execution.NotificationBroadcastLevel
Um membro da NotificationBroadcastLevel enumeração.
- userToken
Tipo: System.Object
Um token que pode ser retornado na CustomEventCompleted evento para identificar esta notificação personalizada.
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áveis.
Consulte também
Referência
DataCollectorNotifications Classe
Sobrecargas RaiseCustomEventAsync