C# 클래스 Codestellation.Ether.Tests.TestEmailSender

상속: IEmailSender
파일 보기 프로젝트 열기: Codestellation/Ether 1 사용 예제들

공개 메소드들

메소드 설명
GetNextOutgoing ( ) : Email
SendAsync ( Email email ) : void
TestEmailSender ( ) : System

비공개 메소드들

메소드 설명
SendInternal ( object state ) : void

메소드 상세

GetNextOutgoing() 공개 메소드

public GetNextOutgoing ( ) : Email
리턴 Codestellation.Ether.Core.Email

SendAsync() 공개 메소드

public SendAsync ( Email email ) : void
email Codestellation.Ether.Core.Email
리턴 void

TestEmailSender() 공개 메소드

public TestEmailSender ( ) : System
리턴 System