C# Class EmailService.Queue

Datei anzeigen Open project: dahlbyk/Presentations

Public Methods

Method Description
Enqueue ( Email message ) : void
SendAll ( ) : void

Method Details

Enqueue() public static method

public static Enqueue ( Email message ) : void
message Email
return void

SendAll() public static method

public static SendAll ( ) : void
return void