Catel.Services.Test.LocationService.Start C# (CSharp) Метод

Start() публичный Метод

Starts the location service so it's retrieving data.
public Start ( ) : bool
Результат bool
        public bool Start()
        {
            if (ExpectedLocations.Count > 0)
            {
                ProceedToNextLocation();
            }

            return true;
        }