次の方法で共有


TransactionalStateRecord<TState> クラス

定義

[System.Serializable]
public class TransactionalStateRecord<TState> where TState : class, new()
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class TransactionalStateRecord<TState> where TState : class, new()
[<System.Serializable>]
type TransactionalStateRecord<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type TransactionalStateRecord<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
Public Class TransactionalStateRecord(Of TState)
Public NotInheritable Class TransactionalStateRecord(Of TState)

型パラメーター

TState
継承
TransactionalStateRecord<TState>
属性

コンストラクター

TransactionalStateRecord<TState>()

プロパティ

CommittedSequenceId
CommittedState
Metadata
PendingStates

適用対象