iControl.ManagementSNMPConfiguration.Beginset_check_file C# (CSharp) Méthode

Beginset_check_file() public méthode

public Beginset_check_file ( ManagementSNMPConfigurationFileCheckInformation file_info, System callback, object asyncState ) : System.IAsyncResult
file_info ManagementSNMPConfigurationFileCheckInformation
callback System
asyncState object
Résultat System.IAsyncResult
        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);
        }
ManagementSNMPConfiguration