iControl.NetworkingProfileMAP.set_ip4_prefix C# (CSharp) Method

set_ip4_prefix() private method

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