IScheduleService Interface

Provides methods for getting and saving Schedule objects.

Namespace: Dundas.BI.Scheduling
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IScheduleService

The IScheduleService type exposes the following members.

Methods
 NameDescription
Public methodGetSchedule Gets a schedule.
Public methodSaveSchedule Updates a schedule.
Public methodScheduleQuery Queries schedules.
Top
See Also