Naanou.Common
Interface IWorkItem

A work item that can be dispatched by the dispatcher.

Property Summary
long QueueTime

Method Summary
void Queued()
void Run(Naanou.Common.WorkPool pool)
         Runs the work, which will be done in a new background thread.


Property Detail

QueueTime

public long QueueTime

Method Detail

Queued

public void Queued()


Run

public void Run(Naanou.Common.WorkPool pool)

Runs the work, which will be done in a new background thread.

Parameters:
pool - Pooler that is running work