Nevermind, the example it already posted
Create a new class in your project called PluginNameTimedEvent.cs
and paste in:
public class PluginNameTimedEvent
{
private Dictionary<string, object> _args;
private readonly System.Timers.Timer _timer;
private long...