{"id":18423866,"url":"https://github.com/namankumar/timedevent","last_synced_at":"2025-10-25T18:32:41.809Z","repository":{"id":1244464,"uuid":"1182856","full_name":"namankumar/TimedEvent","owner":"namankumar","description":"Class to fire events at a particular interval","archived":false,"fork":false,"pushed_at":"2010-12-19T23:19:14.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T16:16:20.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.namank.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/namankumar.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-19T23:04:30.000Z","updated_at":"2014-03-26T11:52:41.000Z","dependencies_parsed_at":"2022-08-16T12:40:50.533Z","dependency_job_id":null,"html_url":"https://github.com/namankumar/TimedEvent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namankumar%2FTimedEvent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namankumar%2FTimedEvent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namankumar%2FTimedEvent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namankumar%2FTimedEvent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/namankumar","download_url":"https://codeload.github.com/namankumar/TimedEvent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741194,"owners_count":21154255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T04:38:59.947Z","updated_at":"2025-10-25T18:32:41.740Z","avatar_url":"https://github.com/namankumar.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"A stand alone class that fires an event at a particular interval. This frees the user from having to know about timer, events, and delegates. Also, you can pass arguments each time the timer is fired.\n\nInclude this namespace in your project and follow the instructions below:\n\n-----instantiate \nTimedEvent event = new TimedEvent(int timeDelay, int fireInterval, object parameters)\n\n-----enable firing events \nevent.eventTrigger += new TimedEvent.fireEvent(methodToBeCalledWhenTimerFired);\n\npublic void methodToBeCalledWhenTimerFired(object sender, EventArgs e)\n{\n  //Do something \n  //Note the method signature...the method and delegate (fireEvent) signature MUST match\n  //\"object sender\" can be used to pass any sort of information\n}\n\n-----stop timer\nevent.disposeTimer();\n\nVersion 1.0 by Naman Kumar, August 25,2009\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamankumar%2Ftimedevent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamankumar%2Ftimedevent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamankumar%2Ftimedevent/lists"}