DataCollectorNotifications.RaiseCustomEventAsync (Método) (CustomNotificationEventArgs)

Genera asincrónicamente un evento personalizado utilizando los argumentos de evento 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 _
)
public void RaiseCustomEventAsync(
    CustomNotificationEventArgs eventArgs
)
public:
void RaiseCustomEventAsync(
    CustomNotificationEventArgs^ eventArgs
)
member RaiseCustomEventAsync : 
        eventArgs:CustomNotificationEventArgs -> unit 
public function RaiseCustomEventAsync(
    eventArgs : CustomNotificationEventArgs
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DataCollectorNotifications Clase

RaiseCustomEventAsync (Sobrecarga)

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

CustomNotificationEventArgs