[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
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.ServiceModel WorkItemAggregatorService TContext Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public class WorkItemAggregatorService<TContext> : Service,
IWorkQueue<TContext>
where TContext : class
public class WorkItemAggregatorService<TContext> : Service,
IWorkQueue<TContext>
where TContext : class
Public Class WorkItemAggregatorService(Of TContext As Class)
Inherits Service
Implements IWorkQueue(Of TContext)
Public Class WorkItemAggregatorService(Of TContext As Class)
Inherits Service
Implements IWorkQueue(Of TContext)
generic<typename TContext>
where TContext : ref class
public ref class WorkItemAggregatorService : public Service,
IWorkQueue<TContext>
generic<typename TContext>
where TContext : ref class
public ref class WorkItemAggregatorService : public Service,
IWorkQueue<TContext>
type WorkItemAggregatorService<'TContext when 'TContext : not struct> =
class
inherit Service
interface IWorkQueue<'TContext>
end
type WorkItemAggregatorService<'TContext when 'TContext : not struct> =
class
inherit Service
interface IWorkQueue<'TContext>
end
- TContext