Click or drag to resize
CacheGetQueryService Method (String)
Get a query service object to be able to query the cache. Use only when Cache has more than one Pool.

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

Parameters

poolName
Type: SystemString

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