Click or drag to resize

CacheListenerSupportIsPrimingListener Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntax
C#
public 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