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;
        }