iControl.ManagementSNMPConfiguration.Beginremove_exec_fix C# (CSharp) Method

Beginremove_exec_fix() public method

public Beginremove_exec_fix ( ManagementSNMPConfigurationNameProgArgs exec_info, System callback, object asyncState ) : System.IAsyncResult
exec_info ManagementSNMPConfigurationNameProgArgs
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_exec_fix(ManagementSNMPConfigurationNameProgArgs [] exec_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_exec_fix", new object[] {
            exec_info}, callback, asyncState);
        }
ManagementSNMPConfiguration