PostSharpAPI ReferencePost­Sharp.​Patterns.​Threading.​ModelsRead­Only­Threading­ModelIs­Blocking
Open sandboxFocus

ReadOnlyThreadingModel.IsBlocking Property

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.

Declaration
public override bool IsBlocking { get; }
Property Value
Type Description
Boolean
Overrides
ThreadingModel.IsBlocking