Class TransactionAttribute
The TransactionAttribute attribute is used to mark methods that start and join transactions.
Inheritance
System.Object
TransactionAttribute
Namespace: Orleans
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class TransactionAttribute : Attribute
Constructors
| Improve this Doc View SourceTransactionAttribute(TransactionOption)
Declaration
public TransactionAttribute(TransactionOption requirement)
Parameters
| Type | Name | Description |
|---|---|---|
| TransactionOption | requirement |
Properties
| Improve this Doc View SourceReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Requirement
Declaration
public TransactionOption Requirement { get; set; }
Property Value
| Type | Description |
|---|---|
| TransactionOption |