iControl.NetworkingProfileV6RD.set_v4_prefix_length C# (CSharp) Method

set_v4_prefix_length() private method

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