Catel.Services.Test.LocationService.Start C# (CSharp) Method

Start() public method

Starts the location service so it's retrieving data.
public Start ( ) : bool
return bool
        public bool Start()
        {
            if (ExpectedLocations.Count > 0)
            {
                ProceedToNextLocation();
            }

            return true;
        }