iControl.ManagementSNMPConfiguration.Beginset_process_fix C# (CSharp) Method

Beginset_process_fix() public method

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