TransactionalStorageLoadResponse<TState> Class
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.
C#
[Orleans.Concurrency.Immutable]
[System.Serializable]
public class TransactionalStorageLoadResponse<TState> where TState : class, new()
C#
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class TransactionalStorageLoadResponse<TState> where TState : class, new()
[<Orleans.Concurrency.Immutable>]
[<System.Serializable>]
type TransactionalStorageLoadResponse<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type TransactionalStorageLoadResponse<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
Public Class TransactionalStorageLoadResponse(Of TState)
Public NotInheritable Class TransactionalStorageLoadResponse(Of TState)
- TState
- Inheritance
-
TransactionalStorageLoadResponse<TState>
- Attributes
Transactional |
|
Transactional |
Committed |
The local sequence id of the last committed transaction, or zero if none |
Committed |
|
ETag | |
Metadata |
Additional state maintained by the transaction algorithm, such as commit records |
Pending |
List of pending states, ordered by sequence id |
Produkto | Mga Bersyon |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |