CacheCreateRegionTKey, TValue Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IRegion<TKey, TValue> CreateRegion<TKey, TValue>(
string name,
RegionAttributes<TKey, TValue> attributes
)
Public Function CreateRegion(Of TKey, TValue) (
name As String,
attributes As RegionAttributes(Of TKey, TValue)
) As IRegion(Of TKey, TValue)
public:
generic<typename TKey, typename TValue>
virtual IRegion<TKey, TValue>^ CreateRegion(
String^ name,
RegionAttributes<TKey, TValue>^ attributes
) sealed
abstract CreateRegion :
name : string *
attributes : RegionAttributes<'TKey, 'TValue> -> IRegion<'TKey, 'TValue>
override CreateRegion :
name : string *
attributes : RegionAttributes<'TKey, 'TValue> -> IRegion<'TKey, 'TValue>
Parameters
- name
- Type: SystemString
- attributes
- Type: GemStone.GemFire.Cache.GenericRegionAttributesTKey, TValue
Type Parameters
- TKey
- TValue
Return Value
Type:
IRegionTKey,
TValue
See Also