Atomia.Provisioning.Modules.Haproxy.Commands.HaproxyCommandBase.ExecuteModify C# (CSharp) Method

ExecuteModify() protected method

protected ExecuteModify ( ModuleService oldService, Base service ) : void
oldService ModuleService
service Base
return void
        protected override void ExecuteModify(ModuleService oldService, Base.Module.ModuleService service)
        {
            this.REST_Execute_PUT(this.GetResourceURL(service), this.GetPostData(service));
        }