C# 클래스 Atomia.Provisioning.Modules.Haproxy.Commands.ListenerCommand

상속: HaproxyCommandBase
파일 보기 프로젝트 열기: atomia/sample-plugins

공개 메소드들

메소드 설명
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