Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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