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

Beginremove_exec() public méthode

public Beginremove_exec ( ManagementSNMPConfigurationMibnumNameProgArgs exec_info, System callback, object asyncState ) : System.IAsyncResult
exec_info ManagementSNMPConfigurationMibnumNameProgArgs
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginremove_exec(ManagementSNMPConfigurationMibnumNameProgArgs [] exec_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_exec", new object[] {
            exec_info}, callback, asyncState);
        }
ManagementSNMPConfiguration