Click or drag to resize

PartitionPredicate Constructor (Object, IPredicate)

Initializes a new instance of the PartitionPredicate class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public PartitionPredicate(
	Object partitionKey,
	IPredicate predicate
)

Parameters

partitionKey
Type: SystemObject
predicate
Type: Hazelcast.CoreIPredicate
See Also