iControl.ManagementSNMPConfiguration.Beginremove_check_load C# (CSharp) Method

Beginremove_check_load() public method

public Beginremove_check_load ( ManagementSNMPConfigurationLoadAverageInformation load_info, System callback, object asyncState ) : System.IAsyncResult
load_info ManagementSNMPConfigurationLoadAverageInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_check_load(ManagementSNMPConfigurationLoadAverageInformation load_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_check_load", new object[] {
            load_info}, callback, asyncState);
        }
ManagementSNMPConfiguration