|
Schedule(String, String) Constructor
|
Initializes a new instance of the
Schedule class.
Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic Schedule(
string name,
string rule
)
Public Sub New (
name As String,
rule As String
)
public:
Schedule(
String^ name,
String^ rule
)
new :
name : string *
rule : string -> Schedule
GSF.Scheduling.Schedule = function(name, rule);
View SourceParameters
- name String
- Name of the schedule.
- rule String
- Rule formated in UNIX crontab syntax.
See Also