Class AsyncQueueBase<TItem>.AsyncQueueItem
Inheritance
AsyncQueueBase<TItem>.AsyncQueueItem
Assembly: SoCore.dll
Syntax
protected class AsyncQueueBase<TItem>.AsyncQueueItem : IAsyncQueueProcessItemContext<TItem>
Constructors
AsyncQueueItem()
Declaration
Fields
Completion
Reference object used to wait for and signal completion of the item
Declaration
public readonly TaskCompletionSource<bool> Completion
Field Value
Id
Declaration
Field Value
Properties
ContextIdentifier
Declaration
public string ContextIdentifier { get; set; }
Property Value
Item
Declaration
public TItem Item { get; set; }
Property Value
Requeue
Declaration
public bool Requeue { get; set; }
Property Value
User
Declaration
public ClaimsPrincipal User { get; set; }
Property Value
Implements
Extension Methods