Click or drag to resize
AttributesMutatorSetRegionTimeToLiveAction Method
Sets the timeToLive action for the region itself.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ExpirationAction SetRegionTimeToLiveAction(
	ExpirationAction action
)

Parameters

action
Type: GemStone.GemFire.CacheExpirationAction
the timeToLiv eaction for this region

Return Value

Type: ExpirationAction
the previous action
See Also