Interface IJob
Contract for automated pieces of work that can be performed at either a particular time, or on a recurring schedule.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.IDisposable.Dispose()
Namespace: Kephas.Scheduling
Assembly: Kephas.Scheduling.dll
Syntax
public interface IJob : IActivity, IOperationResult, IExpando, IDynamicMetaObjectProvider, IIndexable, INotifyPropertyChanged, IInstance<IActivityInfo>, IInstance, IDisposable
Remarks
Jobs are specializations of activities.
Methods
| Improve this Doc View SourceGetTypeInfo()
Gets the type information for this instance.
Declaration
IJobInfo GetTypeInfo()
Returns
Type | Description |
---|---|
IJobInfo | The type information. |