Click or drag to resize
Akka.NETActorAssociationEventListenerNotify Method
Notify the Actor about an IAssociationEvent.

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

Parameters

ev
Type: Akka.Remote.TransportIAssociationEvent
The IAssociationEvent message to notify the Actor about

Implements

IAssociationEventListenerNotify(IAssociationEvent)
See Also