RegionFactorySetCacheWriter Method (ICacheWriter) |
Sets the cache writer for the RegionAttributes being created.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic RegionFactory SetCacheWriter(
ICacheWriter cacheWriter
)
Public Function SetCacheWriter (
cacheWriter As ICacheWriter
) As RegionFactory
public:
RegionFactory^ SetCacheWriter(
ICacheWriter^ cacheWriter
)
member SetCacheWriter :
cacheWriter : ICacheWriter -> RegionFactory
Parameters
- cacheWriter
- Type: GemStone.GemFire.CacheICacheWriter
user-defined cache writer, or null for no cache writer
Return Value
Type:
RegionFactorythe instance of RegionFactory
See Also