WorkItemAggregatorService TContext  PostItem Method NFX Class Library

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

Posts work item in the service. This item may not be posted into destination if the same item was already recently posted into destination queue, however if no same work item will come within timeout, then this item will eventually post

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

public void PostItem(
	IWorkItem<TContext> work
)

Parameters

work
Type: NFX.ServiceModel IWorkItem TContext 

Implements

IWorkQueue TContext  PostItem(IWorkItem TContext )
See Also