GrainType.Create(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 new GrainType instance.
public static Orleans.Runtime.GrainType Create (string value);
static member Create : string -> Orleans.Runtime.GrainType
Public Shared Function Create (value As String) As GrainType
Parameters
- value
- String
The value.
Returns
The newly created GrainType instance.