CacheListenerSupportIsPrimingListener Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Check if the given listener is a PrimingListener or if it wraps one.
Namespace:
Tangosol.Net.Cache.Support
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static bool IsPrimingListener(
ICacheListener listener
)
Parameters
- listener
- Type: Tangosol.Net.CacheICacheListener
Cache listener to check.
Return Value
Type:
Boolean
true iff the listener is a PrimingListener or wraps one.
See Also