public System.IAsyncResult Beginset_exec(ManagementSNMPConfigurationMibnumNameProgArgs [] exec_info, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_exec", new object[] {
     exec_info}, callback, asyncState);
 }
        public void set_exec(
		ManagementSNMPConfigurationMibnumNameProgArgs [] exec_info
	)
        {
            this.Invoke("set_exec", new object [] {
                exec_info});
        }