Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top