Open sandboxFocus

Class ThreadAffineThreadingModel

The ThreadAffineThreadingModel class describes a threading model where only the thread that created the object has the right to access this object. To use the ThreadAffineThreadingModel, apply the ThreadAffineAttribute custom attribute to a class.

Inheritance
ThreadAffineThreadingModel
Namespace: PostSharp.Patterns.Threading.Models
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class ThreadAffineThreadingModel : ThreadUnsafeThreadingModel