Skip to content
Microsoft Orleans
Search
Ctrl
K
Cancel
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
API packages
Microsoft.Orleans.Transactions
Package overview
UseExclusiveLockAttribute
Overview
Constructors
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
UseExclusiveLockAttribute Constructors
Documentation
API reference
Microsoft.Orleans.Transactions
UseExclusiveLockAttribute
Constructors
Markdown
The UseExclusiveLock attribute is used to mark transactional methods that should acquire exclusive locks even for read operations. This prevents frequent lock upgrade conflicts under high contention.
UseExclusiveLockAttribute
public
UseExclusiveLockAttribute
()