PendingTransactionState<TState>.TransactionId 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.
A globally unique identifier of the transaction.
public string TransactionId { get; set; }
[Orleans.Id(1)]
public string TransactionId { get; set; }
member this.TransactionId : string with get, set
[<Orleans.Id(1)>]
member this.TransactionId : string with get, set
Public Property TransactionId As String
Property Value
- Attributes