SystemTargetGrainId.CreateGrainType(String) Method
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.
Creates a system target GrainType with the provided name.
public static Orleans.Runtime.GrainType CreateGrainType (string name);
static member CreateGrainType : string -> Orleans.Runtime.GrainType
Public Shared Function CreateGrainType (name As String) As GrainType
Parameters
- name
- String
The system target grain type name.
Returns
The grain type.