C# Class Bus.Transport.ServicePeer

Afficher le fichier Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Private Properties

Свойство Type Description
ServicePeer System.Collections.Generic

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServicePeer ( string peerName, PeerId peerId, List handledMessages, List shadowedPeers ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Equals ( ServicePeer other ) : bool

Private Methods

Méthode Description
ServicePeer ( ) : System.Collections.Generic

Method Details

Equals() protected méthode

protected Equals ( ServicePeer other ) : bool
other ServicePeer
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

ServicePeer() public méthode

public ServicePeer ( string peerName, PeerId peerId, List handledMessages, List shadowedPeers ) : System.Collections.Generic
peerName string
peerId PeerId
handledMessages List
shadowedPeers List
Résultat System.Collections.Generic