Click or drag to resize
RegionFactorySetPartitionResolver 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 RegionFactory SetPartitionResolver(
	IPartitionResolver partitionresolver
)

Parameters

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

Return Value

Type: RegionFactory
the instance of RegionFactory
See Also