public System.IAsyncResult Beginset_check_file(ManagementSNMPConfigurationFileCheckInformation [] file_info, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_check_file", new object[] {
     file_info}, callback, asyncState);
 }
        public void set_check_file(
		ManagementSNMPConfigurationFileCheckInformation [] file_info
	)
        {
            this.Invoke("set_check_file", new object [] {
                file_info});
        }