Hi there,
I am trying to use the Task Scheduler Managed Wrapper to schedule runing one of my C# function. Is that possible to do? and how? The example shows how to schedule an exe as the following:
Thanks
Feng
I am trying to use the Task Scheduler Managed Wrapper to schedule runing one of my C# function. Is that possible to do? and how? The example shows how to schedule an exe as the following:
td.Actions.Add(new ExecAction("notepad.exe", "c:\\test.log", null));
But can I schedule to run one of my functions in the same C# program?Thanks
Feng