Click or drag to resize
PoolGetQueryService Method
Returns the QueryService for this Pool.

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
The query operations performed using this QueryService will be executed on the servers that are associated with this pool. To perform Query operation on the local cache obtain the QueryService instance from the Cache.
See Also