iControl.SystemCluster.Endget_member_ha_state C# (CSharp) 메소드

Endget_member_ha_state() 공개 메소드

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