C# 클래스 Bus.DisruptorEventHandlers.SequenceNumberVerifier.PeerTransportKey

파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 프로퍼티들

프로퍼티 타입 설명
Endpoint IEndpoint
Peer PeerId

공개 메소드들

메소드 설명
Equals ( PeerTransportKey other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PeerTransportKey ( PeerId peer, IEndpoint endpoint ) : System.Collections.Generic

메소드 상세

Equals() 공개 메소드

public Equals ( PeerTransportKey other ) : bool
other PeerTransportKey
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PeerTransportKey() 공개 메소드

public PeerTransportKey ( PeerId peer, IEndpoint endpoint ) : System.Collections.Generic
peer PeerId
endpoint IEndpoint
리턴 System.Collections.Generic

프로퍼티 상세

Endpoint 공개적으로 프로퍼티

public IEndpoint Endpoint
리턴 IEndpoint

Peer 공개적으로 프로퍼티

public PeerId Peer
리턴 PeerId