GrainState Constructors
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.
Overloads
GrainState() |
Initializes a new instance of GrainState. |
GrainState(String) |
Initializes a new instance of GrainState. |
GrainState()
GrainState(String)
Initializes a new instance of GrainState.
protected GrainState (string grainTypeFullName);
new Orleans.GrainState : string -> Orleans.GrainState
Protected Sub New (grainTypeFullName As String)
Parameters
- grainTypeFullName
- String
The type of the associated grains that use this GrainState object. Used to initialize the GrainType
property.