NearCacheOnMemberJoined Method |
Namespace: Tangosol.Net.Cache
public virtual void OnMemberJoined( Object sender, MemberEventArgs evt )
The most critical situation arises when a number of threads are waiting for a local service restart, being blocked by a IService object synchronization monitor. Since the Joined event should be fired only once, it is called on a client thread while holding a synchronization monitor. An attempt to use other clustered service functionality during this local event notification may result in a deadlock.