start a scheduled task on an Azure server.

37 views
Skip to first unread message

michaelco...@gmail.com

unread,
Sep 11, 2018, 9:38:40 AM9/11/18
to Task Scheduler Managed Wrapper
i need a c# example of how to start a scheduled task on an Azure server.

daha...@gmail.com

unread,
Jul 17, 2019, 11:42:39 AM7/17/19
to Task Scheduler Managed Wrapper
If your Azure server instance is running a full version of Windows and you have the ability to run code on that server, then you can use this library.

var task = TaskService.Instance.GetTask("taskNameHere");
task
?.Run();

Reply all
Reply to author
Forward
0 new messages