Summary
ThreadLocal implementation for less capable platforms such as JRE 1.1 and
Silverlight.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Foundation - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ThreadLocal4"]
class Type type-node
Syntax
public class ThreadLocal4
Remarks
ThreadLocal implementation for less capable platforms such as JRE 1.1 and
Silverlight.
This class is not intended to be used directly, use
Db4objects.Db4o.Foundation.DynamicVariable
.
WARNING: This implementation might leak Thread references unless
Db4objects.Db4o.Foundation.ThreadLocal4.Set(System.Object)
is called with null on the right thread to clean it up. This
behavior is currently guaranteed by
Db4objects.Db4o.Foundation.DynamicVariable
.
Methods
Name | Value | Summary |
---|---|---|
Get |
Object | |
InitialValue |
Object | |
Set |
void |