¡@

Home 

c# Programming Glossary: stoplogicaloperation

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

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

LogicalOperationStack and StartLogicalOperation StopLogicalOperation methods to provide additional context in multithreading scenarios... using Parallel.For. Also I use StartLogicalOperation StopLogicalOperation to bracket internally DoLongRunningWork . Conceptually DoLongRunningWork.. DoLongRunningWork StartLogicalOperation Thread.Sleep 3000 StopLogicalOperation I have found that if I add these logical operations to your..