WorkItemAggregatorService TContext  ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Aggregates same/equal (as defined by item's IAggregatableWorkItem.AggregationKey) work items posted into queue to limit the penetration of duplicate work items in destination queue
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel WorkItemAggregatorService TContext 

Namespace: NFX.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class WorkItemAggregatorService<TContext> : Service, 
	IWorkQueue<TContext>
where TContext : class
Type Parameters

TContext
See Also