IActivationWorkingSet
interface
Namespace: Orleans.Runtime
Manages the set of recently active
IGrainContext instances. public interface IActivationWorkingSetProperties
CountReturns the number of grain activations which were recently active.
Methods
OnActivated(IActivationWorkingSetMember)Adds a new member to the working set.OnActive(IActivationWorkingSetMember)Signals that a member is active and should be in the working set.OnDeactivated(IActivationWorkingSetMember)Signals that a members has deactivated.OnDeactivating(IActivationWorkingSetMember)Signals that a member has begun to deactivate.
