Click or drag to resize

ScheduleManager.AddSchedule(String, String) Method

Attempts to add a new Schedule.

Namespace: GSF.Scheduling
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntax
public bool AddSchedule(
	string scheduleName,
	string scheduleRule
)
View Source

Parameters

scheduleName  String
Name of the new Schedule.
scheduleRule  String
Rule of the new Schedule.

Return Value

Boolean
true if a new Schedule was added or an existing one was updated; otherwise false.
See Also