iControl.SystemVCMP.Endget_ha_status_statistics C# (CSharp) Méthode

Endget_ha_status_statistics() public méthode

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