DataCollectorNotifications.RaiseCustomEventAsync (Método) (CustomNotificationEventArgs, NotificationBroadcastLevel)

Genera asincrónicamente un evento personalizado utilizando los argumentos de evento y la indicación de nivel de difusión proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
Public Sub RaiseCustomEventAsync ( _
    eventArgs As CustomNotificationEventArgs, _
    broadcastLevel As NotificationBroadcastLevel _
)
public void RaiseCustomEventAsync(
    CustomNotificationEventArgs eventArgs,
    NotificationBroadcastLevel broadcastLevel
)
public:
void RaiseCustomEventAsync(
    CustomNotificationEventArgs^ eventArgs, 
    NotificationBroadcastLevel broadcastLevel
)
member RaiseCustomEventAsync : 
        eventArgs:CustomNotificationEventArgs * 
        broadcastLevel:NotificationBroadcastLevel -> unit 
public function RaiseCustomEventAsync(
    eventArgs : CustomNotificationEventArgs, 
    broadcastLevel : NotificationBroadcastLevel
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DataCollectorNotifications Clase

RaiseCustomEventAsync (Sobrecarga)

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)

CustomNotificationEventArgs

NotificationBroadcastLevel