# IActivationWorkingSetMember Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.iactivationworkingsetmember/)

## IsCandidateForRemoval(bool) {#iscandidateforremoval-bool-2e822000}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.iactivationworkingsetmember/methods/iscandidateforremoval-bool-2e822000/)

```csharp
public abstract bool IsCandidateForRemoval(bool wouldRemove)
```

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

### Parameters

- `wouldRemove` (`bool`)

### Returns

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