AuthenticatedCacheGetQueryServiceTKey, TResult 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.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual QueryService<TKey, TResult> GetQueryService<TKey, TResult>()
Public Overridable Function GetQueryService(Of TKey, TResult) As QueryService(Of TKey, TResult)
public:
generic<typename TKey, typename TResult>
virtual QueryService<TKey, TResult>^ GetQueryService()
abstract GetQueryService : unit -> QueryService<'TKey, 'TResult>
override GetQueryService : unit -> QueryService<'TKey, 'TResult>
Type Parameters
- TKey
- TResult
Return Value
Type:
QueryServiceTKey,
TResultImplements
IRegionServiceGetQueryServiceTKey, TResult
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