CacheEventArgsGetDescription Method (CacheEventType) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Convert an event type into a human-readable string.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static string GetDescription(
CacheEventType eventType
)
Parameters
- eventType
- Type: Tangosol.Net.CacheCacheEventType
An event type, one of the CacheEventType
enumerated values.
Return Value
Type:
String
A corresponding human-readable string, for example "inserted".
See Also