iControl.SystemStatistics.Endget_global_pva_statistics C# (CSharp) Method

Endget_global_pva_statistics() public method

public Endget_global_pva_statistics ( System asyncResult ) : SystemStatisticsGlobalPVAStatistics
asyncResult System
return SystemStatisticsGlobalPVAStatistics
        public SystemStatisticsGlobalPVAStatistics Endget_global_pva_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemStatisticsGlobalPVAStatistics)(results[0]));
        }
SystemStatistics