AttributesFactoryTKey, TValueCreateRegionAttributes Method |
Creates a RegionAttributes with the current settings.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic RegionAttributes<TKey, TValue> CreateRegionAttributes()
Public Function CreateRegionAttributes As RegionAttributes(Of TKey, TValue)
public:
RegionAttributes<TKey, TValue>^ CreateRegionAttributes()
member CreateRegionAttributes : unit -> RegionAttributes<'TKey, 'TValue>
Return Value
Type:
RegionAttributesTKey,
TValuethe newly created
RegionAttributes
Exceptions
See Also