TransactionalStateRecord<TState> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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 |