C# Класс OSAE.Rest.Rest

Наследование: OSAEPluginBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

OwnTypes() публичный Метод

public OwnTypes ( ) : void
Результат void

ProcessCommand() публичный Метод

OSA Plugin Interface - Commands the be processed by the plugin
public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod Method containging the command to run
Результат void

RunInterface() публичный Метод

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
Результат void

Shutdown() публичный Метод

OSA Plugin Interface - The plugin has been asked to shut down
public Shutdown ( ) : void
Результат void