RegionFactoryCreateTKey, TValue Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IRegion<TKey, TValue> Create<TKey, TValue>(
string regionName
)
Public Function Create(Of TKey, TValue) (
regionName As String
) As IRegion(Of TKey, TValue)
public:
generic<typename TKey, typename TValue>
IRegion<TKey, TValue>^ Create(
String^ regionName
)
member Create :
regionName : string -> IRegion<'TKey, 'TValue>
Parameters
- regionName
- Type: SystemString
Type Parameters
- TKey
- TValue
Return Value
Type:
IRegionTKey,
TValue
See Also