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

Endget_operand_selector() 공개 메소드

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