C# Класс Atomia.Provisioning.Modules.Haproxy.Commands.ListenerCommand

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

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

Метод Описание
CallOperation ( string operationName, string operationArgument ) : string
ListenerCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System

Защищенные методы

Метод Описание
GetResourceURL ( ModuleService moduleService ) : string

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

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

public CallOperation ( string operationName, string operationArgument ) : string
operationName string
operationArgument string
Результат string

GetResourceURL() защищенный Метод

protected GetResourceURL ( ModuleService moduleService ) : string
moduleService ModuleService
Результат string

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

public ListenerCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System
service ModuleService
resource ResourceDescription
newServiceSettings ModuleService
commandType ModuleCommandType
listDepth int
Результат System