Click or drag to resize

RedisQueryPersistenceServiceSetQueryTag Method

Adds or changes the query tag on queryId to value

Namespace:  SanteDB.Caching.Redis
Assembly:  SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.481-alpha
Syntax
public void SetQueryTag(
	Guid queryId,
	Object value
)

Parameters

queryId
Type: SystemGuid
The unique query identifier for which the tag value is being set
value
Type: SystemObject
The value of the tag to set on the query

Implements

IQueryPersistenceServiceSetQueryTag(Guid, Object)
See Also