Class ScheduledJobServiceBase
Abstract base class - ScheduledJobServiceBase
Inheritance
System.Object
ScheduledJobServiceBase
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public abstract class ScheduledJobServiceBase : EntityService<ScheduledJobEntity>, IScheduledJobService, IEntityService<ScheduledJobEntity>, IService
Constructors
ScheduledJobServiceBase()
Declaration
protected ScheduledJobServiceBase()
Methods
Get(String)
Declaration
public virtual ScheduledJobEntity Get(string JobIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | JobIdentifier |
Returns
Type | Description |
---|---|
ScheduledJobEntity |
SetupRecurringJobs()
Declaration
public virtual void SetupRecurringJobs()
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService