You can use managed thread local storage (TLS) and thread-relative static fields to store data that is unique to a thread and application domain.
英
美
- 可以使用托管线程本地存储区(TLS)和线程相关的静态字段来存储某一线程和应用程序域所独有的数据。