QueryServiceNewCq Method (String, CqAttributes, Boolean) |
Get a CqQuery object to enable continuous querying.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqQuery NewCq(
string query,
CqAttributes cqAttr,
bool isDurable
)
Public Function NewCq (
query As String,
cqAttr As CqAttributes,
isDurable As Boolean
) As CqQuery
public:
CqQuery^ NewCq(
String^ query,
CqAttributes^ cqAttr,
bool isDurable
)
member NewCq :
query : string *
cqAttr : CqAttributes *
isDurable : bool -> CqQuery
Parameters
- query
- Type: SystemString
- cqAttr
- Type: GemStone.GemFire.CacheCqAttributes
- isDurable
- Type: SystemBoolean
Return Value
Type:
CqQuery
See Also