Edit

Share via


SystemTargetGrainId.IsSystemTargetGrainId(GrainId) Method

Definition

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.

Applies to