iControl.GlobalLBGlobals.get_link_compensate_inbound_state C# (CSharp) Method

get_link_compensate_inbound_state() private method

private get_link_compensate_inbound_state ( ) : CommonEnabledState
return 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