Class ListenerRegistered
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class ListenerRegistered : TransportOperation, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceListenerRegistered(IAssociationEventListener)
TBD
Declaration
public ListenerRegistered(IAssociationEventListener listener)
Parameters
| Type | Name | Description |
|---|---|---|
| IAssociationEventListener | listener | TBD |
Properties
| Edit this page View SourceListener
TBD
Declaration
public IAssociationEventListener Listener { get; }
Property Value
| Type | Description |
|---|---|
| IAssociationEventListener |
Edit this page