iControl.NetworkingProfileMAP.get_port_offset C# (CSharp) Method

get_port_offset() private method

private get_port_offset ( string profile_names ) : iControl.CommonProfileULong[]
profile_names string
return iControl.CommonProfileULong[]
        public CommonProfileULong[] get_port_offset(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_port_offset", new object [] {
                profile_names});
            return ((CommonProfileULong [])(results[0]));
        }