PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingThreading­ModelIs­Blocking
Open sandboxFocus

ThreadingModel.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 abstract bool IsBlocking { get; }
Property Value
Type Description
Boolean