DataCollectorNotifications.RaiseCustomEvent Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
RaiseCustomEvent(CustomNotificationEventArgs) | Raises a custom event by using the provided event arguments. | |
RaiseCustomEvent(CustomNotificationEventArgs, NotificationBroadcastLevel) | Raises a custom event by using the provided event arguments and indication of broadcast level. |
Top