iControl.SystemStatistics.reset_gtm_path_statistics C# (CSharp) Method

reset_gtm_path_statistics() private method

private reset_gtm_path_statistics ( string ldns_ips, SystemStatisticsGtmPathStatisticObjectID object_names ) : void
ldns_ips string
object_names SystemStatisticsGtmPathStatisticObjectID
return void
        public void reset_gtm_path_statistics(
		string [] ldns_ips,
		SystemStatisticsGtmPathStatisticObjectID [] object_names
	)
        {
            this.Invoke("reset_gtm_path_statistics", new object [] {
                ldns_ips,
                object_names});
        }
SystemStatistics