iControl.LocalLBContentPolicy.Endget_condition_operand C# (CSharp) Method

Endget_condition_operand() public method

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