IActivationWorkingSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages the set of recently active IGrainContext instances.
public interface IActivationWorkingSet
type IActivationWorkingSet = interface
Public Interface IActivationWorkingSet
Properties
Count |
Returns 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. |