Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Dispatch the CacheEventArgs to the specified
Listeners collection.
Namespace:
Tangosol.Net.Cache.SupportAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public static void Dispatch( CacheEventArgs evt, Listeners listeners ) |
Parameters
- evt
- Type: Tangosol.Net.Cache..::.CacheEventArgs
The CacheEventArgs.
- listeners
- Type: Tangosol.Util..::.Listeners
The Listeners collection.
Remarks
This call is equivalent to
Dispatch(evt, listeners, true);
Exceptions
| Exception | Condition |
|---|---|
| If any of the targets is not an instance of ICacheListener interface. |