IActivationWorkingSetMember.IsCandidateForRemoval(Boolean) Method
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.
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).