MapMarkerRepositoryReloadCache Method

Reloads the map marker cache on the replication layer for a company, in case it hasn't been loaded in yet.

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal Task<ILookup<bool, MapMarkerDto>> ReloadCache(
	Guid companyId,
	CancellationToken cancellationToken
)

Parameters

companyId  Guid
ID of company to load the cache for
cancellationToken  CancellationToken
cancellation token

Return Value

TaskILookupBoolean, MapMarkerDto
All accounts

See Also