ConcurrencyControllerFactory Class |
Provides methods to create new instances of concurrency controllers.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class ConcurrencyControllerFactory
The ConcurrencyControllerFactory type exposes the following members.
Name | Description | |
---|---|---|
CreateReaderWriterSynchronizedController |
Creates a new concurrency controller for the reader-writer-synchronized threading model (ReaderWriterSynchronizedThreadingModel)
and specifies whether the new controller should participate in deadlock detection.
| |
CreateSynchronizedController |
Creates a new concurrency controller for the synchronized threading model (SynchronizedThreadingModel)
and specifies whether the new controller should participate in deadlock detection.
| |
CreateThreadUnsafeController |
Creates a new concurrency controller for thread-unsafe threading model (ThreadUnsafeThreadingModel).
|