Skip to content

IDurableJobFeatureHandler.CanHandle(string)

CanHandle(string)

abstract
public abstract bool CanHandle(string jobName)
Determines whether this handler handles the supplied durable job.

Parameters

jobNamestring
The durable job name.

Returns

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