Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>] GemStone.GemFire.Cache.GenericRegionTKey, TValue
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic class Region<TKey, TValue> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>],
IRegion<TKey, TValue>, ISubscriptionService<TKey>
Public Class Region(Of TKey, TValue)
Inherits [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>]
Implements IRegion(Of TKey, TValue), ISubscriptionService(Of TKey)
generic<typename TKey, typename TValue>
public ref class Region : public [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>],
IRegion<TKey, TValue>, ISubscriptionService<TKey>
type Region<'TKey, 'TValue> =
class
inherit [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>]
interface IRegion<'TKey, 'TValue>
interface ISubscriptionService<'TKey>
end
Type Parameters
- TKey
- TValue
The RegionTKey, TValue type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Add(KeyValuePairTKey, TValue) | |
 | Add(TKey, TValue) | |
 | Add(TKey, TValue, Object) | |
 | Clear | |
 | Clear(Object) | |
 | Contains | |
 | ContainsKey | |
 | ContainsValueForKey | |
 | CopyTo | |
 | CreateSubRegion | |
 | DestroyRegion | |
 | DestroyRegion(Object) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | ExistsValue(String) | |
 | ExistsValue(String, UInt32) | |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | Get | |
 | GetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception) | |
 | GetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean) | |
 | GetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean, Object) | |
 | GetEntries | |
 | GetEntry | |
 | GetEnumerator | |
 | GetEnumeratorOld | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetInterestList | |
 | GetInterestListRegex | |
 | GetLocalView | |
 | GetSubRegion | |
 | GetSubscriptionService | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Invalidate(TKey) | |
 | Invalidate(TKey, Object) | |
 | InvalidateRegion | |
 | InvalidateRegion(Object) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Put | |
 | PutAll(IDictionaryTKey, TValue) | |
 | PutAll(IDictionaryTKey, TValue, Int32) | |
 | PutAll(IDictionaryTKey, TValue, Int32, Object) | |
 | QueryTResult(String) | |
 | QueryTResult(String, UInt32) | |
 | RegisterAllKeys | |
 | RegisterAllKeys(Boolean) | |
 | RegisterAllKeys(Boolean, ICollectionTKey, Boolean) | |
 | RegisterAllKeys(Boolean, ICollectionTKey, Boolean, Boolean) | |
 | RegisterKeys(ICollectionTKey) | |
 | RegisterKeys(ICollectionTKey, Boolean, Boolean) | |
 | RegisterKeys(ICollectionTKey, Boolean, Boolean, Boolean) | |
 | RegisterRegex(String) | |
 | RegisterRegex(String, Boolean) | |
 | RegisterRegex(String, Boolean, ICollectionTKey) | |
 | RegisterRegex(String, Boolean, ICollectionTKey, Boolean) | |
 | RegisterRegex(String, Boolean, ICollectionTKey, Boolean, Boolean) | |
 | Remove(KeyValuePairTKey, TValue) | |
 | Remove(TKey) | |
 | Remove(TKey, Object) | |
 | Remove(TKey, TValue, Object) | |
 | RemoveAll(ICollectionTKey) | |
 | RemoveAll(ICollectionTKey, Object) | |
 | SelectValue(String) | |
 | SelectValue(String, UInt32) | |
 | SubRegions | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryGetValue | |
 | UnregisterAllKeys | |
 | UnregisterKeys | |
 | UnregisterRegex | |
Top
See Also