GrainTypePrefix.IsLegacyGrain(GrainType) 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.
Returns true
if the type is a legacy grain, false
if not.
public static bool IsLegacyGrain (this in Orleans.Runtime.GrainType type);
static member IsLegacyGrain : GrainType -> bool
<Extension()>
Public Function IsLegacyGrain (ByRef type As GrainType) As Boolean
Parameters
- type
- GrainType
The grain type.
Returns
true
if the type is a legacy grain, false
if not.