WorkQueue TContext  ClassNFX Class Library

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

Maintains a queue of pending work - every WorkItem posting in the queue will be executed by the host of the queue. WorkQueues are useful for coordination of complex data/event flows in multi-threaded/service applications
Inheritance Hierarchy

OnlineSystem Object
  NFX.ServiceModel WorkQueue TContext 

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

public class WorkQueue<TContext> : IWorkQueue<TContext>
where TContext : class
Type Parameters

TContext
See Also