iControl.SystemVCMP.Endget_software_statistics C# (CSharp) Method

Endget_software_statistics() public method

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