iControl.ManagementSNMPConfiguration.Beginset_check_load C# (CSharp) Method

Beginset_check_load() public method

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