Click or drag to resize
Akka.NETIHandleEventListener Interface
An interface that needs to be implemented by a user of an AssociationHandle in order to listen to association events

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IHandleEventListener

The IHandleEventListener type exposes the following members.

Methods
  NameDescription
Public methodNotify
Notify the listener about an IHandleEvent.
Top
See Also