ASP NET global Queue variable

Viewed 30

I'm trying to instantiate a global Queue or ConcurrentQueue variable (Queue<string>) at asp net web api startup, that can be accessed anytime, anywhere in the project. What is the best and simplest way to deal with that ?

0 Answers
Related