iControl.LocalLBLSNPool.set_egress_interface_state C# (CSharp) Method

set_egress_interface_state() private method

private set_egress_interface_state ( string pools, CommonEnabledState states ) : void
pools string
states CommonEnabledState
return void
        public void set_egress_interface_state(
		string [] pools,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_egress_interface_state", new object [] {
                pools,
                states});
        }
LocalLBLSNPool