IActivationWorkingSet Interface

Definition

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.

Applies to