Click or drag to resize

IServiceMemberLeft Event

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Invoked when an IMember has left the service.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
event MemberEventHandler MemberLeft

Value

Type: Tangosol.NetMemberEventHandler
Remarks
Note: this event could be called during the service restart in which case the event handler should not attempt to use any cache or service functionality.
See Also