Queries the map based on the specified predicate and
returns the values of matching entries.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
Parameters
- predicate
- Type: Hazelcast.CoreIPredicateTKey, TValue
query criteria
Return Value
Type: ICollectionTValueresult value collection of the query
Remarks
Warning:
The collection is NOT backed by the map, so changes to the map are NOT reflected in the collection, and vice-versa.See Also