public void set_udp_port(
		string [] profile_names,
		CommonProfilePortNumber [] ports
	)
        {
            this.Invoke("set_udp_port", new object [] {
                profile_names,
                ports});
        }
 public System.IAsyncResult Beginset_udp_port(string [] profile_names,CommonProfilePortNumber [] ports, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_udp_port", new object[] {
     profile_names,
     ports}, callback, asyncState);
 }