C# Class SevenDigital.Messaging.MessageSending.InMemoryQueueBridge.InnerQueue

Nasty fake version of persistent queue behaviour
Inheritance: IPersistentQueueSession
Mostrar archivo Open project: i-e-b/SevenDigital.Messaging

Public Properties

Property Type Description
Queue Queue

Public Methods

Method Description
Dequeue ( ) : byte[]
Dispose ( ) : void
Enqueue ( byte data ) : void
Flush ( ) : void
InnerQueue ( ) : System.Collections.Generic

Method Details

Dequeue() public method

public Dequeue ( ) : byte[]
return byte[]

Dispose() public method

public Dispose ( ) : void
return void

Enqueue() public method

public Enqueue ( byte data ) : void
data byte
return void

Flush() public method

public Flush ( ) : void
return void

InnerQueue() public method

public InnerQueue ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Queue public_oe property

public Queue Queue
return Queue