iControl.LocalLBPool.Endget_lb_method C# (CSharp) Method

Endget_lb_method() public method

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