C# Class OSAE.Email.Email

Inheritance: OSAEPluginBase
Show file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
SendCompletedCallback ( object sender, AsyncCompletedEventArgs e ) : void
Shutdown ( ) : void

Method Details

OwnTypes() public method

public OwnTypes ( ) : void
return void

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

SendCompletedCallback() public method

public SendCompletedCallback ( object sender, AsyncCompletedEventArgs e ) : void
sender object
e System.ComponentModel.AsyncCompletedEventArgs
return void

Shutdown() public method

public Shutdown ( ) : void
return void