Click or drag to resize
RegionFactorySetCacheWriter Method (ICacheWriter)
Sets the cache writer 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 SetCacheWriter(
	ICacheWriter cacheWriter
)

Parameters

cacheWriter
Type: GemStone.GemFire.CacheICacheWriter
user-defined cache writer, or null for no cache writer

Return Value

Type: RegionFactory
the instance of RegionFactory
See Also