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

get_link_compensate_inbound_state() 개인적인 메소드

private get_link_compensate_inbound_state ( ) : CommonEnabledState
리턴 CommonEnabledState
        public CommonEnabledState get_link_compensate_inbound_state(

	)
        {
            object [] results = this.Invoke("get_link_compensate_inbound_state", new object [0]);
            return ((CommonEnabledState)(results[0]));
        }
GlobalLBGlobals