# IDurableJobFeatureHandler.CanHandle(string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.idurablejobfeaturehandler/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.idurablejobfeaturehandler/methods/)

```csharp
public abstract bool CanHandle(string jobName)
```

Determines whether this handler handles the supplied durable job.

### Parameters

- `jobName` (`string`): The durable job name.

### Returns

`true` when this handler handles the job name; otherwise, `false`.
