public System.IAsyncResult Beginset_process_fix(ManagementSNMPConfigurationNameProgArgs [] fix_info, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_process_fix", new object[] {
     fix_info}, callback, asyncState);
 }
        public void set_process_fix(
		ManagementSNMPConfigurationNameProgArgs [] fix_info
	)
        {
            this.Invoke("set_process_fix", new object [] {
                fix_info});
        }
 public System.IAsyncResult Beginremove_exec_fix(ManagementSNMPConfigurationNameProgArgs [] exec_info, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("remove_exec_fix", new object[] {
     exec_info}, callback, asyncState);
 }
        public void set_exec_fix(
		ManagementSNMPConfigurationNameProgArgs [] exec_info
	)
        {
            this.Invoke("set_exec_fix", new object [] {
                exec_info});
        }