Click or drag to resize
Akka.NETIAssociationEventListenerNotify Method
Notify the listener about an IAssociationEvent message.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
void Notify(
	IAssociationEvent ev
)

Parameters

ev
Type: Akka.Remote.TransportIAssociationEvent
The IAssociationEvent message to notify the listener about
See Also