DefaultGrainTypeAttribute(String) Constructor
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.
Initializes a new instance of the DefaultGrainTypeAttribute class.
public DefaultGrainTypeAttribute (string grainType);
new Orleans.Metadata.DefaultGrainTypeAttribute : string -> Orleans.Metadata.DefaultGrainTypeAttribute
Public Sub New (grainType As String)
Parameters
- grainType
- String
The grain type.