iControl.LocalLBPool.Endget_lb_method C# (CSharp) 메소드

Endget_lb_method() 공개 메소드

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