Redigera

Dela via


GrainType.Create(String) Method

Definition

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.

Applies to