C# Class OSAE.WebServer.WebServer

Inheritance: OSAEPluginBase
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode Description
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void

Standard OSA Plugin architecture see Wiki Docs

RunInterface ( string pluginName ) : void

Standard OSA Plugin architecture see Wiki Docs

Shutdown ( ) : void

Standard OSA Plugin architecture see Wiki Docs

Method Details

OwnTypes() public méthode

public OwnTypes ( ) : void
Résultat void

ProcessCommand() public méthode

Standard OSA Plugin architecture see Wiki Docs
public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod Standard Architecture parameter see Wiki Docs
Résultat void

RunInterface() public méthode

Standard OSA Plugin architecture see Wiki Docs
public RunInterface ( string pluginName ) : void
pluginName string
Résultat void

Shutdown() public méthode

Standard OSA Plugin architecture see Wiki Docs
public Shutdown ( ) : void
Résultat void