iControl.LocalLBContentPolicyStrategy.Endget_operand C# (CSharp) Method

Endget_operand() public method

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