iControl.SystemHAGroup.Endget_pool_score C# (CSharp) Method

Endget_pool_score() public method

public Endget_pool_score ( System asyncResult ) : long[][]
asyncResult System
return long[][]
        public long[][] Endget_pool_score(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }
SystemHAGroup