AccountRepositoryReloadCache Method

Reloads the account 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
public Task<ILookup<bool, AccountDto>> ReloadCache(
	CompanyDto company,
	CancellationToken cancellationToken
)

Parameters

company  CompanyDto
Company to load the cache for
cancellationToken  CancellationToken
cancellation token

Return Value

TaskILookupBoolean, AccountDto
All accounts

See Also