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 ?
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 ?