Click or drag to resize

RedisQueryPersistenceServiceGetQueryTag Method

Retrieves the query tag stored when the query was registered, for the specified queryId

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

Parameters

queryId
Type: SystemGuid
The UUID of the stateful query for which the query tag should be returned

Return Value

Type: Object
The registered tag on the query

Implements

IQueryPersistenceServiceGetQueryTag(Guid)
See Also