iControl.LocalLBContentPolicyStrategy.Endget_operand_type C# (CSharp) 메소드

Endget_operand_type() 공개 메소드

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