GrainState<T> 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.
Default implementation of IGrainState<T>.
[System.Serializable]
public class GrainState<T> : Orleans.IGrainState
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class GrainState<T> : Orleans.IGrainState<T>
[<System.Serializable>]
type GrainState<'T> = class
interface IGrainState
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type GrainState<'T> = class
interface IGrainState<'T>
Public Class GrainState(Of T)
Implements IGrainState
Public NotInheritable Class GrainState(Of T)
Implements IGrainState(Of T)
- T
The type of application level payload.
- Inheritance
-
GrainState<T>
- Attributes
- Implements
Grain |
Initializes a new instance of the GrainState<T> class. |
Grain |
Initializes a new instance of the GrainState<T> class. |
Grain |
Initializes a new instance of the GrainState<T> class. |
ETag |
An e-tag that allows optimistic concurrency checks at the storage provider level. |
Record |
Gets or sets a value indicating whether the record exists in storage. |
State |
Gets or sets the state. |
Type |
Type of the grain state |
Product | Versions |
---|---|
.NET Orleans | 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |