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

Endget_siprouter_statistics() public méthode

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