Click or drag to resize
QueryServiceTKey, TResultNewCq Method (String, CqAttributesTKey, TResult, Boolean)

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CqQuery<TKey, TResult> NewCq(
	string query,
	CqAttributes<TKey, TResult> cqAttr,
	bool isDurable
)

Parameters

query
Type: SystemString
cqAttr
Type: GemStone.GemFire.Cache.GenericCqAttributesTKey, TResult
isDurable
Type: SystemBoolean

Return Value

Type: CqQueryTKey, TResult
See Also