FreezableThreadingModel Class |
PostSharp.Patterns.Threading.ThreadingModel
PostSharp.Patterns.Threading.Models.ReadOnlyThreadingModel
PostSharp.Patterns.Threading.Models.FreezableThreadingModel
Namespace: PostSharp.Patterns.Threading.Models
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class FreezableThreadingModel : ReadOnlyThreadingModel
The FreezableThreadingModel type exposes the following members.
Name | Description | |
---|---|---|
IsBlocking |
Determines whether the current ThreadingModel has blocking semantics, i.e. if the threading model may cause the executing thread
to be blocked, for instance when waiting for a lock.
(Inherited from ReadOnlyThreadingModel.) | |
IsThreadSafe |
Determines whether the threading model is possibly thread safe.
(Inherited from ReadOnlyThreadingModel.) |
Name | Description | |
---|---|---|
ToString | Returns a string that represents the current object. (Inherited from ThreadingModel.) |