DiskPolicyIsOverflow Method |
True if the current policy is Overflows.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static bool IsOverflow(
DiskPolicyType type
)
Public Shared Function IsOverflow (
type As DiskPolicyType
) As Boolean
public:
static bool IsOverflow(
DiskPolicyType type
)
static member IsOverflow :
type : DiskPolicyType -> bool
Parameters
- type
- Type: GemStone.GemFire.CacheDiskPolicyType
Return Value
Type:
Boolean
See Also