Click or drag to resize
IQueueItemT Interface
Wrapper for a queued item

Namespace: AccidentalFish.ApplicationSupport.Core.Queues
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IQueueItem<out T>
where T : class

Type Parameters

T
The type of the queue payload

The IQueueItemT type exposes the following members.

Properties
  NameDescription
Public propertyDequeueCount
The number of times the item has been dequeued
Public propertyItem
The queue payload
Top
See Also