C# Class OSAE.EventGhost.EventGhost

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

Public Methods

Method Description
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void

OSA Plugin Interface - Commands the be processed by the plugin

RunInterface ( string pluginName ) : void

OSA Plugin Interface - called on start up to allow plugin to do any tasks it needs

Shutdown ( ) : void

OSA Plugin Interface - The plugin has been asked to shut down

Method Details

OwnTypes() public method

public OwnTypes ( ) : void
return void

ProcessCommand() public method

OSA Plugin Interface - Commands the be processed by the plugin
public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod Method containging the command to run
return void

RunInterface() public method

OSA Plugin Interface - called on start up to allow plugin to do any tasks it needs
public RunInterface ( string pluginName ) : void
pluginName string The name of the plugin from the system
return void

Shutdown() public method

OSA Plugin Interface - The plugin has been asked to shut down
public Shutdown ( ) : void
return void