ExpirationIsDestroy Method |
Returns true if this action is distributed destroy.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static bool IsDestroy(
ExpirationAction type
)
Public Shared Function IsDestroy (
type As ExpirationAction
) As Boolean
public:
static bool IsDestroy(
ExpirationAction type
)
static member IsDestroy :
type : ExpirationAction -> bool
Parameters
- type
- Type: GemStone.GemFire.CacheExpirationAction
Return Value
Type:
Booleantrue if this is
Destroy
See Also