Click or drag to resize
Akka.NETIAssociationEventListener Interface
Listener interface for any object that can handle IAssociationEvent messages.

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

The IAssociationEventListener type exposes the following members.

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