Click or drag to resize
SchedulingTimerStopTimer Method
Stops the specified timer.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static void StopTimer(
	string siteName
)

Parameters

siteName
Type: SystemString
Timer site name to stop
See Also