¡@

Home 

c# Programming Glossary: encloseinlogicaloperation

Is CorrelationManager.LogicalOperationStack compatible with Parallel.For, Tasks, Threads, etc

http://stackoverflow.com/questions/4729479/is-correlationmanager-logicaloperationstack-compatible-with-parallel-for-tasks

private static void UseTasks bool encloseInLogicalOperation false int totalThreads 100 TaskCreationOptions taskCreationOpt.. null Stopwatch stopwatch new Stopwatch stopwatch.Start if encloseInLogicalOperation Trace.CorrelationManager.StartLogicalOperation Task allTasks.. i task Task.Factory.StartNew DoLongRunningWork encloseInLogicalOperation 1 0 taskCreationOpt allTasks i task Task.WaitAll allTasks if..