iControl.ManagementSNMPConfiguration.Beginremove_process_fix C# (CSharp) Method

Beginremove_process_fix() public method

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