PoolGetQueryService Method |
Returns the QueryService for this Pool.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic QueryService GetQueryService()
Public Function GetQueryService As QueryService
public:
QueryService^ GetQueryService()
member GetQueryService : unit -> QueryService
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