Click here to Skip to main content
15,884,177 members
Articles / Programming Languages / C#

Event traffic calming

Rate me:
Please Sign up or sign in to vote.
4.75/5 (3 votes)
26 Jan 2013CPOL6 min read 17K   207   6  
How to build an object to calm down event traffic.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrafficCalming", "TrafficCalming\TrafficCalming.csproj", "{3F733781-8399-4337-A9DF-C7A3FA0913E4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3F733781-8399-4337-A9DF-C7A3FA0913E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3F733781-8399-4337-A9DF-C7A3FA0913E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3F733781-8399-4337-A9DF-C7A3FA0913E4}.Debug|x86.ActiveCfg = Debug|Any CPU
		{3F733781-8399-4337-A9DF-C7A3FA0913E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3F733781-8399-4337-A9DF-C7A3FA0913E4}.Release|Any CPU.Build.0 = Release|Any CPU
		{3F733781-8399-4337-A9DF-C7A3FA0913E4}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect SunHotels
Spain Spain
I Received a Bachelor's Degree in Computer Science at the Mathematics and Computer Science Faculty, University of Havana, Cuba.

I mainly work in web applications using C# and some Javascript. Some very few times do some Java.

Comments and Discussions