PendingTransactionState<TState> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Orleans.Concurrency.Immutable]
[System.Serializable]
public class PendingTransactionState<TState> where TState : class, new()
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class PendingTransactionState<TState> where TState : class, new()
[<Orleans.Concurrency.Immutable>]
[<System.Serializable>]
type PendingTransactionState<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type PendingTransactionState<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
Public Class PendingTransactionState(Of TState)
Public NotInheritable Class PendingTransactionState(Of TState)
型パラメーター
- TState
- 継承
-
PendingTransactionState<TState>
- 属性
コンストラクター
PendingTransactionState<TState>() |
プロパティ
SequenceId |
トランザクションには、密度の高いローカル シーケンス番号 1,2,3,4..が与えられます。新しいトランザクションが、以前に準備したトランザクションと同じシーケンス番号で準備されている場合は、そのトランザクションが置き換えられます。 |
State |
このトランザクションの実行後の状態のスナップショット |
TimeStamp |
トランザクションの論理タイムスタンプ。 タイムスタンプは単調に増加することが保証されます。 |
TransactionId |
トランザクションのグローバル一意識別子。 |
TransactionManager |
この準備されたトランザクションの状態を認識するトランザクション マネージャー。トランザクション マネージャーの場合は null。 取引の運命を問い合わせるために回復中に使用されます。 |