[This is preliminary documentation and is subject to change.]
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public WorkItemAggregatorService(
IWorkQueue<TContext> destination
)
public WorkItemAggregatorService(
IWorkQueue<TContext> destination
)
Public Sub New (
destination As IWorkQueue(Of TContext)
)
Public Sub New (
destination As IWorkQueue(Of TContext)
)
public:
WorkItemAggregatorService(
IWorkQueue<TContext>^ destination
)
public:
WorkItemAggregatorService(
IWorkQueue<TContext>^ destination
)
new :
destination : IWorkQueue<'TContext> -> WorkItemAggregatorService
new :
destination : IWorkQueue<'TContext> -> WorkItemAggregatorService