Provides methods to create new instances of concurrency controllers.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public static class ConcurrencyControllerFactoryMethods
| Name | Description |
|---|---|
| CreateReaderWriterSynchronizedController() | Creates a new concurrency controller for the reader-writer-synchronized threading model (ReaderWriterSynchronizedThreadingModel). |
| CreateSynchronizedController() | Creates a new concurrency controller for the synchronized threading model (SynchronizedThreadingModel). |
| CreateThreadUnsafeController() | Creates a new concurrency controller for thread-unsafe threading model (ThreadUnsafeThreadingModel). |