C# Class Codestellation.Ether.InMemoryMailNotifier

Inheritance: IMailNotifier
Datei anzeigen Open project: Codestellation/Ether

Public Properties

Property Type Description
Global InMemoryMailNotifier

Public Methods

Method Description
InMemoryMailNotifier ( ) : System.Collections.Concurrent
Send ( object mail ) : void

Method Details

InMemoryMailNotifier() public method

public InMemoryMailNotifier ( ) : System.Collections.Concurrent
return System.Collections.Concurrent

Send() public method

public Send ( object mail ) : void
mail object
return void

Property Details

Global public_oe static_oe property

public static InMemoryMailNotifier,Codestellation.Ether Global
return InMemoryMailNotifier