I'm porting a Java application to .NET. In Java you can use
"InheritableThreadLocal"[¹] to hand down variable values to child
threads, and with .NET?

In Java you can use "ThreadLocal", in .NET "ThreadStatic" for thread
local variables without handing down values to child threads. But what
about "InheritableThreadLocal"?  Has .NET a pendant?  Can I emulate
the behaviour of InheritableThreadLocal in .NET?

Thanks,

        Burkhard

Footnotes:
[¹] For the Java-Doc see
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/InheritableThreadLocal.html

--
Burkhard Perkens-Golomb                 mailto: [EMAIL PROTECTED]
sd&m AG                                 http://www.sdm.de
software design & management AG
Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
Tel +49 89 63812-398, Fax -410
Tel Home +49 89 66 00 09 61

===================================
This list is hosted by DevelopMentor®  http://www.develop.com
NEW! ASP.NET courses you may be interested in:

2 Days of ASP.NET, 29 Sept 2003, in Redmond
http://www.develop.com/courses/2daspdotnet

Guerrilla ASP.NET, 13 Oct 2003, in Boston
http://www.develop.com/courses/gaspdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to