Get a query service object to be able to query the cache.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public QueryService GetQueryService() |
| Visual Basic (Declaration) |
|---|
Public Function GetQueryService As QueryService |
| Visual C++ |
|---|
public: QueryService^ GetQueryService () |
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
Cache Class
GemStone.GemFire.Cache Namespace