ASPAlliance.com: The #1 ASP.NET Community
The ASPSmith
Search
D: | Domains | Authors.aspalliance.com | Stevesmith | Articles | Examples | Queues Example
Queues Example

By Steven Smith

Creating Queue by adding 'Steve'.
Queue: Steve | Size: 1 | Full?: False

Adding 'Rachel', 'Amy', 'Mike', 'Bob' to the queue...
Queue: Steve,Rachel,Amy,Mike,Bob | Size: 5 | Full?: True

Now, since forceEntry is set to True, when we add 'Dawn' to the queue, Steve should be kicked out.
Queue: Rachel,Amy,Mike,Bob,Dawn | Size: 5 | Full?: True

That's pretty much it for this example!





ASP.NET Developer's Cookbook, By Steven Smith, Rob Howard, ASPAlliance.com 

ASP.NET By Example, By Steven Smith 




Steven Smith, MCSE + Internet (4.0)
Last Modified: 6/12/2009 11:25:57 AM
History: 6/12/2009 11:25:57 AM