DataCollectorNotifications.RaiseCustomEventAsync Method
Include Protected Members
Include Inherited Members
Asynchronously raises a custom event by using the provided event arguments and optional indication of broadcast level.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RaiseCustomEventAsync(CustomNotificationEventArgs) | Asynchronously raises a custom event by using the provided event arguments. | |
RaiseCustomEventAsync(CustomNotificationEventArgs, NotificationBroadcastLevel) | Asynchronously raises a custom event by using the provided event arguments and indication of broadcast level. | |
RaiseCustomEventAsync(CustomNotificationEventArgs, NotificationBroadcastLevel, Object) | Asynchronously raises a custom event by using the provided event arguments, indication of broadcast level, and user token. |
Top