Edit

Share via


IActivationWorkingSetMember.IsCandidateForRemoval(Boolean) Method

Definition

Returns true if the member is eligible for removal, false otherwise.

public bool IsCandidateForRemoval (bool wouldRemove);
abstract member IsCandidateForRemoval : bool -> bool
Public Function IsCandidateForRemoval (wouldRemove As Boolean) As Boolean

Parameters

wouldRemove
Boolean

Returns

true if the member is eligible for removal, false otherwise.

Remarks

If this method returns true and wouldRemove is true, the member must be removed from the working set and is eligible to be added again via a call to OnActivated(IActivationWorkingSetMember).

Applies to