Interface IScheduledJobService
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public interface IScheduledJobService : IEntityService<ScheduledJobEntity>, IService
Methods
Get(String)
Declaration
ScheduledJobEntity Get(string JobIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | JobIdentifier |
Returns
Type | Description |
---|---|
ScheduledJobEntity |
SetupRecurringJobs()
Declaration
void SetupRecurringJobs()