iControl.LocalLBProfileHttpClass.Endget_redirect_location C# (CSharp) 메소드

Endget_redirect_location() 공개 메소드

public Endget_redirect_location ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
리턴 iControl.LocalLBProfileString[]
        public LocalLBProfileString[] Endget_redirect_location(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileHttpClass