iControl.SystemVCMP.Endget_statistics C# (CSharp) Метод

Endget_statistics() публичный Метод

public Endget_statistics ( System asyncResult ) : SystemVCMPVCMPStatistics
asyncResult System
Результат SystemVCMPVCMPStatistics
        public SystemVCMPVCMPStatistics Endget_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemVCMPVCMPStatistics)(results[0]));
        }
SystemVCMP