Back to Devexpress

ThreadSafeDataLayer Constructors

xpo-devexpress-dot-xpo-dot-threadsafedatalayer-dot-ctor.md

latest4.1 KB
Original Source

ThreadSafeDataLayer Constructors

Implements a data layer that allows multiple threads to access data in a data store at the same time.

NameParametersDescription
ThreadSafeDataLayer(IDataStore, IEnumerable<Assembly>)provider, assembliesInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(IDataStore, IEnumerable<Type>)provider, typesInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(IDataStore, Assembly[])provider, assembliesInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(IDataStore, Type[])provider, typesInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(IDataStore)providerInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(XPDictionary, IDataStore, Action<XPDictionary>)dictionary, provider, dictionaryInitInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(XPDictionary, IDataStore, IEnumerable<Assembly>)dictionary, provider, assembliesInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(XPDictionary, IDataStore, IEnumerable<Type>)dictionary, provider, typesInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(XPDictionary, IDataStore, Assembly[])dictionary, provider, assembliesInitializes a new instance of the ThreadSafeDataLayer class.
ThreadSafeDataLayer(XPDictionary, IDataStore, Type[])dictionary, provider, typesInitializes a new instance of the ThreadSafeDataLayer class with specified settings.
ThreadSafeDataLayer(XPDictionary, IDataStore)dictionary, providerInitializes a new instance of the ThreadSafeDataLayer class with specified settings.

See Also

ThreadSafeDataLayer Class

ThreadSafeDataLayer Members

DevExpress.Xpo Namespace