Open sandboxFocus

Property IsBlocking

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
bool
Overrides