Enum DataProviderThreadSafeness
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the thread safeness level of a data provider.
public enum DataProviderThreadSafeness
Fields
Full = 2The data provider is fully thread-safe.
None = 0No thread safeness is guaranteed.
OneInstancePerThread = 1A single instance of the data provider is used per thread.