C# Class Bus.Handlers.SavedMessagesStore.PeerMessageQueue

Datei anzeigen Open project: jbouzaglou/PetPigeonsESB

Public Properties

Property Type Description
PeerId PeerId

Public Methods

Method Description
PeerMessageQueue ( PeerId peerId ) : System
this ( IEndpoint key ) : Queue

Method Details

PeerMessageQueue() public method

public PeerMessageQueue ( PeerId peerId ) : System
peerId PeerId
return System

this() public method

public this ( IEndpoint key ) : Queue
key IEndpoint
return Queue

Property Details

PeerId public_oe property

public PeerId PeerId
return PeerId