Interface IAssociationEventListener
Listener interface for any object that can handle IAssociationEvent messages.
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public interface IAssociationEventListener
Methods
| Edit this page View SourceNotify(IAssociationEvent)
Notify the listener about an IAssociationEvent message.
Declaration
void Notify(IAssociationEvent ev)
Parameters
| Type | Name | Description |
|---|---|---|
| IAssociationEvent | ev | The IAssociationEvent message to notify the listener about |
Edit this page