Click or drag to resize
Infosoft Logo

ICronExpressionService Interface

Defines operations related to cron expressions.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ICronExpressionService : IBusinessService

The ICronExpressionService type exposes the following members.

Methods
 NameDescription
Public methodGetDescriptionForCronExpression Gets a human-readable description of a given cron expression.
Public methodValidateCronExpression Validates a given cron expresion.
Top
See Also