Atomia.Provisioning.Modules.Haproxy.Commands.ListenerCommand.ListenerCommand C# (CSharp) Метод

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
        public ListenerCommand(ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth)
            : base(service, resource, newServiceSettings, commandType, listDepth)
        {
        }