QueryServiceTKey, TResultNewCq Method (String, CqAttributesTKey, TResult, Boolean) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqQuery<TKey, TResult> NewCq(
string query,
CqAttributes<TKey, TResult> cqAttr,
bool isDurable
)
Public Function NewCq (
query As String,
cqAttr As CqAttributes(Of TKey, TResult),
isDurable As Boolean
) As CqQuery(Of TKey, TResult)
public:
CqQuery<TKey, TResult>^ NewCq(
String^ query,
CqAttributes<TKey, TResult>^ cqAttr,
bool isDurable
)
member NewCq :
query : string *
cqAttr : CqAttributes<'TKey, 'TResult> *
isDurable : bool -> CqQuery<'TKey, 'TResult>
Parameters
- query
- Type: SystemString
- cqAttr
- Type: GemStone.GemFire.Cache.GenericCqAttributesTKey, TResult
- isDurable
- Type: SystemBoolean
Return Value
Type:
CqQueryTKey,
TResult
See Also