iControl.SystemVCMP.Endget_ha_status_statistics C# (CSharp) Method

Endget_ha_status_statistics() public method

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