Handles the event of a new key being added to a region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
void AfterCreate( EntryEvent ev ) |
| Visual Basic (Declaration) |
|---|
Sub AfterCreate ( _ ev As EntryEvent _ ) |
| Visual C++ |
|---|
void AfterCreate ( EntryEvent^ ev ) |
Parameters
- ev
- EntryEvent
Denotes the event object associated with the entry creation.
Remarks
The entry did not previously exist in this region in the local cache
(even with a null value).
This function does not throw any exception.