Interface IAsyncQueueProcessItemContext<TItem>
Namespace: SuperOfficeThreading
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 |