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