BaconographyPortable.Common.UtilityCommandImpl.LongNavWatcher.ClearInFlight C# (CSharp) Method

ClearInFlight() public method

public ClearInFlight ( ) : void
return void
            public void ClearInFlight()
            {
                lock (this)
                {
                    _inFlight = null;
                }
            }
        }