ITransactionalMapTKey, TValueValues Method (IPredicate)Hazelcast .Net Client Class Library
Transactional implementation of Values(IPredicate) .

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

ICollection<TValue> Values(
	IPredicate predicate
)

Parameters

predicate
Type: Hazelcast.CoreIPredicate

Return Value

Type: ICollectionTValue
See Also

Reference