iControl.SystemStatistics.get_gtm_path_statistics C# (CSharp) Method

get_gtm_path_statistics() private method

private get_gtm_path_statistics ( string ldns_ips, SystemStatisticsGtmPathStatisticObjectID object_names ) : SystemStatisticsGtmPathStatistics
ldns_ips string
object_names SystemStatisticsGtmPathStatisticObjectID
return SystemStatisticsGtmPathStatistics
        public SystemStatisticsGtmPathStatistics get_gtm_path_statistics(
		string [] ldns_ips,
		SystemStatisticsGtmPathStatisticObjectID [] object_names
	)
        {
            object [] results = this.Invoke("get_gtm_path_statistics", new object [] {
                ldns_ips,
                object_names});
            return ((SystemStatisticsGtmPathStatistics)(results[0]));
        }
SystemStatistics