Interface IAsyncQueueProcessItemContext<TItem>
Namespace: SuperOffice.Threading
Assembly: SoCore.dll
Syntax
public interface IAsyncQueueProcessItemContext<TItem>
Type Parameters
Name | Description |
---|---|
TItem |
Properties
Item
Item to be processed
Declaration
TItem Item { get; }
Property Value
Type | Description |
---|---|
TItem |