ThreadSafeDataLayer Constructors
Implements a data layer that allows multiple threads to access data in a data store at the same time.
Name | Parameters | Description |
---|---|---|
Thread |
provider, assemblies |
Initializes a new instance of the Thread |
Thread |
provider, types |
Initializes a new instance of the Thread |
Thread |
provider, assemblies |
Initializes a new instance of the Thread |
Thread |
provider, types |
Initializes a new instance of the Thread |
Thread |
provider |
Initializes a new instance of the Thread |
Thread |
dictionary, provider, dictionary |
Initializes a new instance of the Thread |
Thread |
dictionary, provider, assemblies |
Initializes a new instance of the Thread |
Thread |
dictionary, provider, types |
Initializes a new instance of the Thread |
Thread |
dictionary, provider, assemblies |
Initializes a new instance of the Thread |
Thread |
dictionary, provider, types |
Initializes a new instance of the Thread |
Thread |
dictionary, provider |
Initializes a new instance of the Thread |
See Also