Class InboundAssociation
Message sent to IAssociationEventListener registered to a transport (via the TaskCompletionSource returned by Listen()) when the inbound association request arrives.
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class InboundAssociation : IAssociationEvent, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceInboundAssociation(AssociationHandle)
TBD
Declaration
public InboundAssociation(AssociationHandle association)
Parameters
Type | Name | Description |
---|---|---|
AssociationHandle | association | TBD |
Properties
| Improve this Doc View SourceAssociation
TBD
Declaration
public AssociationHandle Association { get; }
Property Value
Type | Description |
---|---|
AssociationHandle |