iControl.SystemCluster.Endget_member_ha_state C# (CSharp) Method

Endget_member_ha_state() public method

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