Show / Hide Table of Contents

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 Source

TransactionAttribute(TransactionOption)

Declaration
public TransactionAttribute(TransactionOption requirement)
Parameters
Type Name Description
TransactionOption requirement

Properties

| Improve this Doc View Source

ReadOnly

Declaration
public bool ReadOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Requirement

Declaration
public TransactionOption Requirement { get; set; }
Property Value
Type Description
TransactionOption

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX