EntityManagerFetchEntityByKey Method (EntityKey, CancellationToken, Boolean) Breeze.sharp
Performs an asynchronous query that optionally checks the local cache first.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public Task<EntityManagerEntityKeyFetchResult> FetchEntityByKey(
	EntityKey entityKey,
	CancellationToken cancellationToken,
	bool checkLocalCacheFirst = false
)

Parameters

entityKey
Type: Breeze.SharpEntityKey
cancellationToken
Type: System.ThreadingCancellationToken
checkLocalCacheFirst (Optional)
Type: SystemBoolean

Return Value

Type: TaskEntityManagerEntityKeyFetchResult
See Also

Reference