C# Class Akka.Remote.EndpointManager.Link

Helper class to store address pairs
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Overrode this to make sure that the ReliableDeliverySupervisor can correctly store AckedReceiveBuffer{T} data for each Link individually, since the HashCode is what Dictionary types use internally for equality checking by default.

Link ( Akka.Actor.Address localAddress, Akka.Actor.Address remoteAddress ) : System

Method Details

GetHashCode() public méthode

Overrode this to make sure that the ReliableDeliverySupervisor can correctly store AckedReceiveBuffer{T} data for each Link individually, since the HashCode is what Dictionary types use internally for equality checking by default.
public GetHashCode ( ) : int
Résultat int

Link() public méthode

public Link ( Akka.Actor.Address localAddress, Akka.Actor.Address remoteAddress ) : System
localAddress Akka.Actor.Address
remoteAddress Akka.Actor.Address
Résultat System