Click or drag to resize
CacheGetQueryService Method
Get a query service object to be able to query the cache. Supported only when cache is created from Pool(pool is in multiuserSecure mode)

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public QueryService GetQueryService()

Return Value

Type: QueryService
Remarks
Currently only works against the java server in native mode, and at least some endpoints must have been defined in some regions before actually firing a query.
See Also