Click or drag to resize
ExpirationIsDistributed Method
Returns true if this action is distributed.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static bool IsDistributed(
	ExpirationAction type
)

Parameters

type
Type: GemStone.GemFire.CacheExpirationAction

Return Value

Type: Boolean
true if this is an Invalidate or a Destroy
See Also