C# Class Atomia.Provisioning.Modules.Haproxy.Commands.ListenerCommand

Inheritance: HaproxyCommandBase
Mostrar archivo Open project: atomia/sample-plugins

Public Methods

Method Description
CallOperation ( string operationName, string operationArgument ) : string
ListenerCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System

Protected Methods

Method Description
GetResourceURL ( ModuleService moduleService ) : string

Method Details

CallOperation() public method

public CallOperation ( string operationName, string operationArgument ) : string
operationName string
operationArgument string
return string

GetResourceURL() protected method

protected GetResourceURL ( ModuleService moduleService ) : string
moduleService ModuleService
return string

ListenerCommand() public method

public ListenerCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System
service ModuleService
resource ResourceDescription
newServiceSettings ModuleService
commandType ModuleCommandType
listDepth int
return System