Click or drag to resize
ICampaignScheduleServiceUnschedule Method
Unplans the launch and finish of the specified campaign. This is only possible if the campaign has already been planned.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
bool Unschedule(
	CampaignInfo campaign
)

Parameters

campaign
Type: CMS.WebAnalyticsCampaignInfo
Campaign which is unscheduled.

Return Value

Type: Boolean
True if the campaign has been unscheduled.
Remarks
A scheduled task is removed and will not be executed.
See Also