AttributesFactoryTKey, TValue Constructor (RegionAttributesTKey, TValue) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic AttributesFactory(
RegionAttributes<TKey, TValue> regionAttributes
)
Public Sub New (
regionAttributes As RegionAttributes(Of TKey, TValue)
)
public:
AttributesFactory(
RegionAttributes<TKey, TValue>^ regionAttributes
)
new :
regionAttributes : RegionAttributes<'TKey, 'TValue> -> AttributesFactory
Parameters
- regionAttributes
- Type: GemStone.GemFire.Cache.GenericRegionAttributesTKey, TValue
See Also