EventSourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper methods for IEventSource interface.
public ref class EventSourceExtensions abstract sealed
public static class EventSourceExtensions
type EventSourceExtensions = class
Public Module EventSourceExtensions
- Inheritance
-
EventSourceExtensions
Methods
| Name | Description |
|---|---|
| HandleAnyEventRaised(IEventSource, AnyEventHandler) |
Helper method ensuring single deduplicated subscription to the AnyEventRaised event. |
| HandleBuildFinished(IEventSource, BuildFinishedEventHandler) |
Helper method ensuring single deduplicated subscription to the BuildFinished event. |
| HandleBuildStarted(IEventSource, BuildStartedEventHandler) |
Helper method ensuring single deduplicated subscription to the BuildStarted event. |
| HandleCustomEventRaised(IEventSource, CustomBuildEventHandler) |
Helper method ensuring single deduplicated subscription to the CustomEventRaised event. |
| HandleErrorRaised(IEventSource, BuildErrorEventHandler) |
Helper method ensuring single deduplicated subscription to the ErrorRaised event. |
| HandleMessageRaised(IEventSource, BuildMessageEventHandler) |
Helper method ensuring single deduplicated subscription to the MessageRaised event. |
| HandleProjectFinished(IEventSource, ProjectFinishedEventHandler) |
Helper method ensuring single deduplicated subscription to the ProjectFinished event. |
| HandleProjectStarted(IEventSource, ProjectStartedEventHandler) |
Helper method ensuring single deduplicated subscription to the ProjectStarted event. |
| HandleStatusEventRaised(IEventSource, BuildStatusEventHandler) |
Helper method ensuring single deduplicated subscription to the StatusEventRaised event. |
| HandleTargetFinished(IEventSource, TargetFinishedEventHandler) |
Helper method ensuring single deduplicated subscription to the TargetFinished event. |
| HandleTargetStarted(IEventSource, TargetStartedEventHandler) |
Helper method ensuring single deduplicated subscription to the TargetStarted event. |
| HandleTaskFinished(IEventSource, TaskFinishedEventHandler) |
Helper method ensuring single deduplicated subscription to the TaskFinished event. |
| HandleTaskStarted(IEventSource, TaskStartedEventHandler) |
Helper method ensuring single deduplicated subscription to the TaskStarted event. |
| HandleWarningRaised(IEventSource, BuildWarningEventHandler) |
Helper method ensuring single deduplicated subscription to the WarningRaised event. |