Class SingleThreadedAttribute
- Namespace
- combit.Reporting.Repository
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Add this attribute to your class that implements IRepository if you require all calls coming from a single thread.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class SingleThreadedAttribute : Attribute
- Inheritance
-
SingleThreadedAttribute
- Inherited Members