Sets the timeToLive expiration attributes for region entries for the next
RegionAttributes created.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public void SetEntryTimeToLive( ExpirationAction action, uint timeToLive ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetEntryTimeToLive ( _ action As ExpirationAction, _ timeToLive As UInteger _ ) |
| Visual C++ |
|---|
public: void SetEntryTimeToLive ( ExpirationAction action, unsigned int timeToLive ) |
Parameters
- action
- ExpirationAction
The expiration action for which to set the timeout.
- timeToLive
- UInt32
the timeToLive in seconds for entries in this region.
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace