BuildMaster SDK Reference
Version:

EmailEventListenerBase<TEvent> Class

An event listener that provides additional email functionality

Inheritance Hierarchy

Syntax

public class EmailEventListenerBase<TEvent> : EmailEventListenerBase, Inedo.Diagnostics.ILogger

Constructors

Name Description
EmailEventListenerBase<TEvent>

Methods

Name Description
EventOccurred(Inedo.BuildMaster.Events.BuildMasterEvent eventDetails)

Events the occurred.

EventOccurred(TEvent eventDetails)

Events the occurred.

GetEventTypes

Gets the event type codes that this listener may listen to

Remarks

This class is intended to make listening to a single event simpler; for multiple event listening, use the base class EventListenerBase