Skip to content

TransactionRequestBase Properties

Provides transaction propagation and resolution for generated grain request invokers.

TransactionInfo

getset
View source
[Orleans.Id(1)]
public TransactionInfo? TransactionInfo
Gets or sets the transaction information propagated with the request.

TransactionOption

getset
View source
[Orleans.Id(0)]
public TransactionOption TransactionOption
Gets or sets the transaction behavior for the request.

UseExclusiveLock

getset
View source
[Orleans.Id(2)]
public bool UseExclusiveLock
Gets or sets a value indicating whether transactional state reads acquire exclusive locks.