WorkQueue TContext  PostItem Method NFX Class Library

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

Posts work item into the queue in natural queue order (at the end of the queue)

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