| TestAssociationHandle Class |
Namespace: Akka.Remote.Transport
The TestAssociationHandle type exposes the following members.
| Name | Description | |
|---|---|---|
| TestAssociationHandle |
TBD
|
| Name | Description | |
|---|---|---|
| Key |
Key used in AssociationRegistry to identify associations. Contains an ordered Tuple of addresses,
where the first address is always the initiator of the association.
| |
| LocalAddress |
Address of the local endpoint
(Inherited from AssociationHandle.) | |
| ReadHandlerSource |
The TaskCompletionSource returned by this call must be completed with an IHandleEventListener to
register a listener responsible for handling the incoming payload. Until the listener is not registered the
transport SHOULD buffer incoming messages.
(Inherited from AssociationHandle.) | |
| RemoteAddress |
Address of the remote endpoint
(Inherited from AssociationHandle.) |
| Name | Description | |
|---|---|---|
| Disassociate |
TBD
(Overrides AssociationHandleDisassociate.) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from AssociationHandle.) | |
| Equals(AssociationHandle) | (Inherited from AssociationHandle.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from AssociationHandle.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
TBD
(Overrides AssociationHandleWrite(ByteString).) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT |
TBD
(Defined by Extensions.) | |
| Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
| MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |