Click or drag to resize
QueryServiceTKey, TResultGetCq Method
Get the CqQuery with the given name on this client.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CqQuery<TKey, TResult> GetCq(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: CqQueryTKey, TResult
See Also