Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Remote.Transport
IAssociationEventListener Interface
IAssociationEventListener Methods
Notify Method
IAssociationEventListener
Notify Method
Notify the listener about an
IAssociationEvent
message.
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
void
Notify
(
IAssociationEvent
ev
)
abstract
Notify
:
ev
:
IAssociationEvent
->
unit
Parameters
ev
Type:
Akka.Remote.Transport
IAssociationEvent
The
IAssociationEvent
message to notify the listener about
See Also
Reference
IAssociationEventListener Interface
Akka.Remote.Transport Namespace
Akka.NET Home
|
Learn Akka.NET