iControl.SystemVCMP.Endget_all_software_statistics C# (CSharp) Method

Endget_all_software_statistics() public method

public Endget_all_software_statistics ( System asyncResult ) : SystemVCMPVCMPSoftwareStatistics
asyncResult System
return SystemVCMPVCMPSoftwareStatistics
        public SystemVCMPVCMPSoftwareStatistics Endget_all_software_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemVCMPVCMPSoftwareStatistics)(results[0]));
        }
SystemVCMP