Edit

Share via


IActivationWorkingSet Interface

Definition

Manages the set of recently active IGrainContext instances.

C#
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

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0