public void set_traffic_selector(
		string [] profile_names,
		CommonProfileString [] traffic_selectors
	)
        {
            this.Invoke("set_traffic_selector", new object [] {
                profile_names,
                traffic_selectors});
        }
        public void set_file(
		string [] profile_names,
		CommonProfileString [] files
	)
        {
            this.Invoke("set_file", new object [] {
                profile_names,
                files});
        }
 public System.IAsyncResult Beginset_traffic_selector(string [] profile_names,CommonProfileString [] traffic_selectors, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_traffic_selector", new object[] {
     profile_names,
     traffic_selectors}, callback, asyncState);
 }
 public System.IAsyncResult Begincreate(string [] profile_names,CommonProfileString [] files, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create", new object[] {
     profile_names,
     files}, callback, asyncState);
 }