iControl.ManagementSNMPConfiguration.Beginremove_exec C# (CSharp) Метод

Beginremove_exec() публичный Метод

public Beginremove_exec ( ManagementSNMPConfigurationMibnumNameProgArgs exec_info, System callback, object asyncState ) : System.IAsyncResult
exec_info ManagementSNMPConfigurationMibnumNameProgArgs
callback System
asyncState object
Результат 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