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

Beginset_check_process() public méthode

public Beginset_check_process ( ManagementSNMPConfigurationProcessInformation proc_info, System callback, object asyncState ) : System.IAsyncResult
proc_info ManagementSNMPConfigurationProcessInformation
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginset_check_process(ManagementSNMPConfigurationProcessInformation [] proc_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_check_process", new object[] {
            proc_info}, callback, asyncState);
        }
ManagementSNMPConfiguration