iControl.ManagementSNMPConfiguration.Endget_check_load C# (CSharp) Method

Endget_check_load() public method

public Endget_check_load ( System asyncResult ) : ManagementSNMPConfigurationLoadAverageInformation
asyncResult System
return ManagementSNMPConfigurationLoadAverageInformation
        public ManagementSNMPConfigurationLoadAverageInformation Endget_check_load(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ManagementSNMPConfigurationLoadAverageInformation)(results[0]));
        }
ManagementSNMPConfiguration