Click or drag to resize
ICampaignScheduleService Interface
Provides methods for campaign scheduling.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public interface ICampaignScheduleService

The ICampaignScheduleService type exposes the following members.

Methods
  NameDescription
Public methodFinish
Finishes the specified campaign (campaign). Data will not be tracked anymore. Doesn't finish an already finished campaign.
Public methodLaunch
The method launches the specified campaign (campaign).
Public methodReschedule
Re-plans the launch and finish of the specified campaign (campaign) in future. This is only possible if the campaign has not been launched or finished yet.
Public methodSchedule
Plans the launch and finish of the specified campaign (campaign) in future.
Public methodUnschedule
Unplans the launch and finish of the specified campaign. This is only possible if the campaign has already been planned.
Top
See Also