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

Beginremove_dynamic_loadable_module() public méthode

public Beginremove_dynamic_loadable_module ( ManagementSNMPConfigurationDynamicLoadableModule mod_info, System callback, object asyncState ) : System.IAsyncResult
mod_info ManagementSNMPConfigurationDynamicLoadableModule
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginremove_dynamic_loadable_module(ManagementSNMPConfigurationDynamicLoadableModule [] mod_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_dynamic_loadable_module", new object[] {
            mod_info}, callback, asyncState);
        }
ManagementSNMPConfiguration