C# Class Bus.Transport.ServicePeer

显示文件 Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Private Properties

Property Type Description
ServicePeer System.Collections.Generic

Public Methods

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

Protected Methods

Method Description
Equals ( ServicePeer other ) : bool

Private Methods

Method Description
ServicePeer ( ) : System.Collections.Generic

Method Details

Equals() protected method

protected Equals ( ServicePeer other ) : bool
other ServicePeer
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ServicePeer() public method

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