Share via


DataCollectorNotifications.RaiseCustomEventAsync Method (CustomNotificationEventArgs)

Asynchronously raises a custom event by using the provided event arguments.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DataCollectorNotifications Class

RaiseCustomEventAsync Overload

Microsoft.VisualStudio.TestTools.Execution Namespace

CustomNotificationEventArgs