iControl.NetworkingProfileV6RD.set_v6_prefix_and_length C# (CSharp) Method

set_v6_prefix_and_length() private method

private set_v6_prefix_and_length ( string profile_names, CommonProfileIPAddress prefixes, CommonProfileULong lengths ) : void
profile_names string
prefixes CommonProfileIPAddress
lengths CommonProfileULong
return void
        public void set_v6_prefix_and_length(
		string [] profile_names,
		CommonProfileIPAddress [] prefixes,
		CommonProfileULong [] lengths
	)
        {
            this.Invoke("set_v6_prefix_and_length", new object [] {
                profile_names,
                prefixes,
                lengths});
        }