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