C# Class SendMailHandler, extensions

Showscases a handler that adds logic to the product published event, without requiring the domain to know about mail sending.
Inheritance: IDisposable
Afficher le fichier Open project: netfx/extensions

Méthodes publiques

Méthode Description
Dispose ( ) : void
SendMailHandler ( IEventStream eventStream ) : System

Private Methods

Méthode Description
OnProductPublished ( ProductPublishedEvent>.IEvent @event ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SendMailHandler() public méthode

public SendMailHandler ( IEventStream eventStream ) : System
eventStream IEventStream
Résultat System