Click or drag to resize

ISynchronousListener Interface

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
A tag interface indicating that a listener implementation has to receive the event notifications synchronously on the corresponding service's thread.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public interface ISynchronousListener
Remarks
This interface should be considered as a very advanced feature, as a listener implementation that is marked as a SynchronousListener must exercise extreme caution during event processing since any delay with return or unhandled exception will cause a delay or complete shutdown of the corresponding service.
See Also