iControl.SystemStatistics.Endget_gtm_path_statistics C# (CSharp) Méthode

Endget_gtm_path_statistics() public méthode

public Endget_gtm_path_statistics ( System asyncResult ) : SystemStatisticsGtmPathStatistics
asyncResult System
Résultat SystemStatisticsGtmPathStatistics
        public SystemStatisticsGtmPathStatistics Endget_gtm_path_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemStatisticsGtmPathStatistics)(results[0]));
        }
SystemStatistics