C# Class Codestellation.Ether.Tests.TestEmailSender

Inheritance: IEmailSender
Show file Open project: Codestellation/Ether Class Usage Examples

Public Methods

Method Description
GetNextOutgoing ( ) : Email
SendAsync ( Email email ) : void
TestEmailSender ( ) : System

Private Methods

Method Description
SendInternal ( object state ) : void

Method Details

GetNextOutgoing() public method

public GetNextOutgoing ( ) : Email
return Codestellation.Ether.Core.Email

SendAsync() public method

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

TestEmailSender() public method

public TestEmailSender ( ) : System
return System