SystemTargetGrainId.IsSystemTargetGrainId(GrainId) 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 provided instance represents a system target, false
if otherwise.
public static bool IsSystemTargetGrainId (in Orleans.Runtime.GrainId id);
static member IsSystemTargetGrainId : GrainId -> bool
Public Shared Function IsSystemTargetGrainId (ByRef id As GrainId) As Boolean
Parameters
- id
- GrainId
The grain id.
Returns
true
if the value is a system target grain id, false
otherwise.