IsLocallyActivated(GrainId)
abstract
public abstract bool IsLocallyActivated(GrainId grainId) Returns
true if the provided grain is locally activated; otherwise, false. Parameters
grainIdGrainId- The identifier of the grain to check.
Returns
true if the provided grain is locally activated; otherwise, false.