Groups
Groups
Sign in
Groups
Groups
Task Scheduler Managed Wrapper
Conversations
Labels
About
Send feedback
Help
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 AM
9/11/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
7/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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