iControl.GlobalLBGlobals.Endget_default_fallback_lb_method C# (CSharp) 메소드

Endget_default_fallback_lb_method() 공개 메소드

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