Returns true if this action is distributed destroy.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public static bool IsDestroy( ExpirationAction type ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsDestroy ( _ type As ExpirationAction _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsDestroy ( ExpirationAction type ) |
Parameters
- type
- ExpirationAction
Return Value
true if this is Destroy
See Also
Expiration Class
GemStone.GemFire.Cache Namespace