iControl.GlobalLBServer.set_allow_path_state C# (CSharp) Method

set_allow_path_state() private method

private set_allow_path_state ( string servers, CommonEnabledState states ) : void
servers string
states CommonEnabledState
return void
        public void set_allow_path_state(
		string [] servers,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_allow_path_state", new object [] {
                servers,
                states});
        }
GlobalLBServer