Click or drag to resize
AttributesMutatorTKey, TValueSetRegionTimeToLiveAction Method
Sets the timeToLive action for the region itself.

Namespace: GemStone.GemFire.Cache.Generic
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.Cache.GenericExpirationAction
the timeToLiv eaction for this region

Return Value

Type: ExpirationAction
the previous action
See Also