コード例 #1
0
        public async Task RefreshGeofencesForActiveNavigations(string userId, FocusManageResult manageResult,
                                                               DateTimeOffset now)
        {
            var freshFences = await GetNewGeofencesForActiveNavigations(userId, manageResult, now);

            await _locationStore.AddGeofenceRequests(userId, freshFences);
        }