iControl.SystemSystemInfo.get_cpu_usage_extended_information C# (CSharp) Method

get_cpu_usage_extended_information() private method

private get_cpu_usage_extended_information ( string host_ids ) : SystemCPUUsageExtendedInformation
host_ids string
return SystemCPUUsageExtendedInformation
        public SystemCPUUsageExtendedInformation get_cpu_usage_extended_information(
		string [] host_ids
	)
        {
            object [] results = this.Invoke("get_cpu_usage_extended_information", new object [] {
                host_ids});
            return ((SystemCPUUsageExtendedInformation)(results[0]));
        }
SystemSystemInfo