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
Mostrar archivo Open project: netfx/extensions

Public Methods

Method Description
Dispose ( ) : void
SendMailHandler ( IEventStream eventStream ) : System

Private Methods

Method Description
OnProductPublished ( ProductPublishedEvent>.IEvent @event ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SendMailHandler() public method

public SendMailHandler ( IEventStream eventStream ) : System
eventStream IEventStream
return System