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

Endget_all_pva_statistics() public méthode

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