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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic QueryService GetQueryService(
string poolName
)
Public Function GetQueryService (
poolName As String
) As QueryService
public:
QueryService^ GetQueryService(
String^ poolName
)
member GetQueryService :
poolName : string -> QueryService
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