Table of Contents

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 = 2

The data provider is fully thread-safe.

None = 0

No thread safeness is guaranteed.

OneInstancePerThread = 1

A single instance of the data provider is used per thread.