C# Class HaywireMQ.Server.Store.InMemoryMessageStore.QueueEntry

An entry that represents a queue in the in memory message store.
Mostrar archivo Open project: kellabyte/HaywireMQ

Public Methods

Method Description
QueueEntry ( ) : System

Initializes a new instance of the QueueEntry class.

Method Details

QueueEntry() public method

Initializes a new instance of the QueueEntry class.
public QueueEntry ( ) : System
return System