Show / Hide Table of Contents

Interface IJob

Contract for automated pieces of work that can be performed at either a particular time, or on a recurring schedule.

Inherited Members
IActivity.Target
IActivity.Arguments
IActivity.Context
IOperationResult.ReturnValue
IOperationResult.OperationState
IOperationResult.PercentCompleted
IOperationResult.Elapsed
IOperationResult.Messages
IOperationResult.Exceptions
IExpando.HasDynamicMember(String)
IExpando.ToDictionary(Func<String, String>, Func<Object, Object>)
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
IIndexable.Item[String]
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 Source

GetTypeInfo()

Gets the type information for this instance.

Declaration
IJobInfo GetTypeInfo()
Returns
Type Description
IJobInfo

The type information.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX