C# Class Codestellation.Ether.Tests.TestEmailSender

Inheritance: IEmailSender
Afficher le fichier Open project: Codestellation/Ether Class Usage Examples

Méthodes publiques

Méthode Description
GetNextOutgoing ( ) : Email
SendAsync ( Email email ) : void
TestEmailSender ( ) : System

Private Methods

Méthode Description
SendInternal ( object state ) : void

Method Details

GetNextOutgoing() public méthode

public GetNextOutgoing ( ) : Email
Résultat Codestellation.Ether.Core.Email

SendAsync() public méthode

public SendAsync ( Email email ) : void
email Codestellation.Ether.Core.Email
Résultat void

TestEmailSender() public méthode

public TestEmailSender ( ) : System
Résultat System