Catel.Services.Test.LocationService.Start C# (CSharp) Méthode

Start() public méthode

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

            return true;
        }