TransactionalStateRecord<TState> Class
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.
[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)
Type Parameters
- TState
- Inheritance
-
TransactionalStateRecord<TState>
- Attributes
Constructors
TransactionalStateRecord<TState>() |
Properties
CommittedSequenceId | |
CommittedState | |
Metadata | |
PendingStates |