iControl.SystemCluster.Endget_member_ha_state C# (CSharp) Méthode

Endget_member_ha_state() public méthode

public Endget_member_ha_state ( System asyncResult ) : CommonHAState[][]
asyncResult System
Résultat CommonHAState[][]
        public CommonHAState[][] Endget_member_ha_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonHAState [] [])(results[0]));
        }
SystemCluster