Interface IJobBehavior<TJob>
Base contract for controlling the execution of jobs.
Inherited Members
Namespace: Kephas.Scheduling.Behaviors
Assembly: Kephas.Scheduling.dll
Syntax
public interface IJobBehavior<TJob> : IActivityBehavior<TJob>, IActivityBehavior where TJob : IJob
Type Parameters
Name | Description |
---|---|
TJob | Type of the job. |