iControl.GlobalLBServer.set_allow_service_check_state C# (CSharp) Метод

set_allow_service_check_state() приватный Метод

private set_allow_service_check_state ( string servers, CommonEnabledState states ) : void
servers string
states CommonEnabledState
Результат void
        public void set_allow_service_check_state(
		string [] servers,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_allow_service_check_state", new object [] {
                servers,
                states});
        }
GlobalLBServer