ILocalActivationStatusChecker
interface
Namespace: Orleans
Provides a way to check whether a grain is locally activated.
public interface ILocalActivationStatusCheckerMethods
IsLocallyActivated(GrainId)Returnstrueif the provided grain is locally activated; otherwise,false.
