C# 클래스 SendMailHandler, extensions

Showscases a handler that adds logic to the product published event, without requiring the domain to know about mail sending.
상속: IDisposable
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

메소드 설명
Dispose ( ) : void
SendMailHandler ( IEventStream eventStream ) : System

비공개 메소드들

메소드 설명
OnProductPublished ( ProductPublishedEvent>.IEvent @event ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SendMailHandler() 공개 메소드

public SendMailHandler ( IEventStream eventStream ) : System
eventStream IEventStream
리턴 System