iControl.NetworkingProfileMAP.set_port_offset C# (CSharp) Method

set_port_offset() private method

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