iControl.LocalLBContentPolicyStrategy.Endget_operand_type C# (CSharp) Method

Endget_operand_type() public method

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