PendingTransactionState<TState>.TransactionManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The transaction manager that knows about the status of this prepared transaction, or null if this is the transaction manager. Used during recovery to inquire about the fate of the transaction.
public Orleans.Transactions.ParticipantId TransactionManager { get; set; }
[Orleans.Id(3)]
public Orleans.Transactions.ParticipantId TransactionManager { get; set; }
member this.TransactionManager : Orleans.Transactions.ParticipantId with get, set
[<Orleans.Id(3)>]
member this.TransactionManager : Orleans.Transactions.ParticipantId with get, set
Public Property TransactionManager As ParticipantId
Property Value
- Attributes