iControl.NetworkingProfileFEC.set_repair_adaptive_state C# (CSharp) Method

set_repair_adaptive_state() private method

private set_repair_adaptive_state ( string profile_names, CommonProfileEnabledState states ) : void
profile_names string
states CommonProfileEnabledState
return void
        public void set_repair_adaptive_state(
		string [] profile_names,
		CommonProfileEnabledState [] states
	)
        {
            this.Invoke("set_repair_adaptive_state", new object [] {
                profile_names,
                states});
        }
NetworkingProfileFEC