PartitionPredicate Constructor (Object, IPredicate)Hazelcast .Net Client Class Library
Initializes a new instance of the PartitionPredicate class

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

public PartitionPredicate(
	Object partitionKey,
	IPredicate predicate
)

Parameters

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

Reference