iControl.SystemSystemInfo.Endget_global_cpu_usage_extended_information C# (CSharp) Method

Endget_global_cpu_usage_extended_information() public method

public Endget_global_cpu_usage_extended_information ( System asyncResult ) : SystemGlobalCPUUsageExtendedInformation
asyncResult System
return SystemGlobalCPUUsageExtendedInformation
        public SystemGlobalCPUUsageExtendedInformation Endget_global_cpu_usage_extended_information(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemGlobalCPUUsageExtendedInformation)(results[0]));
        }
SystemSystemInfo