Click or drag to resize
QueryServiceNewCq Method (String, String, CqAttributes, Boolean)
Get a CqQuery object to enable continuous querying.

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

Parameters

name
Type: SystemString
query
Type: SystemString
cqAttr
Type: GemStone.GemFire.CacheCqAttributes
isDurable
Type: SystemBoolean

Return Value

Type: CqQuery
See Also