Reporter | Sergey Coox (coox) |
---|---|
Created | Mar 16, 2011 7:46:00 PM |
Updated | Jan 27, 2012 2:58:02 PM |
Priority | Critical |
Type | Bug |
Fix versions | 6.1 |
State | Open |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Quick Fixes |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
myCreateActivityFunc
Action action = () => myCreateActivityFunc(key, () => QueueActivity(OnInterruptedDelay), () => { lock (myQueue) { myQueue.Remove(key); if (myQueue.Count > 0) QueueActivity(delay); } }).DoStart();