iControl.SystemStatistics.Beginget_gtm_path_statistics C# (CSharp) Method

Beginget_gtm_path_statistics() public method

public Beginget_gtm_path_statistics ( string ldns_ips, SystemStatisticsGtmPathStatisticObjectID object_names, System callback, object asyncState ) : System.IAsyncResult
ldns_ips string
object_names SystemStatisticsGtmPathStatisticObjectID
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_gtm_path_statistics(string [] ldns_ips,SystemStatisticsGtmPathStatisticObjectID [] object_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_gtm_path_statistics", new object[] {
            ldns_ips,
            object_names}, callback, asyncState);
        }
SystemStatistics