Freigeben über


DataCollectorNotifications.RaiseCustomEventAsync-Methode (CustomNotificationEventArgs, NotificationBroadcastLevel)

Löst asynchron ein benutzerdefiniertes Ereignis mit den bereitgestellten Ereignisargumenten und der Angabe der Übertragungsebene aus.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectorNotifications Klasse

RaiseCustomEventAsync-Überladung

Microsoft.VisualStudio.TestTools.Execution-Namespace

CustomNotificationEventArgs

NotificationBroadcastLevel