C# Class Bus.DisruptorEventHandlers.SequenceNumberVerifier.PeerTransportKey

Afficher le fichier Open project: jbouzaglou/PetPigeonsESB

Méthodes publiques

Свойство Type Description
Endpoint IEndpoint
Peer PeerId

Méthodes publiques

Méthode Description
Equals ( PeerTransportKey other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PeerTransportKey ( PeerId peer, IEndpoint endpoint ) : System.Collections.Generic

Method Details

Equals() public méthode

public Equals ( PeerTransportKey other ) : bool
other PeerTransportKey
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PeerTransportKey() public méthode

public PeerTransportKey ( PeerId peer, IEndpoint endpoint ) : System.Collections.Generic
peer PeerId
endpoint IEndpoint
Résultat System.Collections.Generic

Property Details

Endpoint public_oe property

public IEndpoint Endpoint
Résultat IEndpoint

Peer public_oe property

public PeerId Peer
Résultat PeerId