6
votes

I want to have a precompiled Azure Function that is based off a timer trigger.

What nuget package do I need to install, or what dll do I need to reference to get access to the TimerInfo class? I can't find it anywhere.

1

1 Answers

14
votes

TimerInfo is defined in package Microsoft.Azure.WebJobs.Extensions under namespace Microsoft.Azure.WebJobs.