Skip to content

ILocalActivationStatusChecker Methods

Provides a way to check whether a grain is locally activated.

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.