Click or drag to resize

ScheduleManagerAddSchedule(String, String) Method

Attempts to add a new Schedule.

Namespace: GSF.Scheduling
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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