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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic QueryService GetQueryService()
Public Function GetQueryService As QueryService
public:
virtual QueryService^ GetQueryService() sealed
abstract GetQueryService : unit -> QueryService
override GetQueryService : unit -> QueryService
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