Click or drag to resize
AttributesFactorySetPartitionResolver Method (IPartitionResolver)
Sets the PartitionResolver for the RegionAttributes being created.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetPartitionResolver(
	IPartitionResolver partitionresolver
)

Parameters

partitionresolver
Type: GemStone.GemFire.CacheIPartitionResolver
user-defined partition resolver, or null for no partition resolver
See Also