iControl.NetworkingProfileMAP.set_ip6_prefix C# (CSharp) Method

set_ip6_prefix() private method

private set_ip6_prefix ( string profile_names, CommonProfileNetAddress prefixes ) : void
profile_names string
prefixes CommonProfileNetAddress
return void
        public void set_ip6_prefix(
		string [] profile_names,
		CommonProfileNetAddress [] prefixes
	)
        {
            this.Invoke("set_ip6_prefix", new object [] {
                profile_names,
                prefixes});
        }