Hi
I'm new to vb.net. I'm using vb.net 2005.
I'm writing a multithreading application where I want a function to queue a message in a queue. How do I do that and how do I syncrhonize the function so when it is accessed by two users at the same time only one can enqueue the message and when that one finished the next one to be able to enqueue the message?
Thanks in advance
I'm new to vb.net. I'm using vb.net 2005.
I'm writing a multithreading application where I want a function to queue a message in a queue. How do I do that and how do I syncrhonize the function so when it is accessed by two users at the same time only one can enqueue the message and when that one finished the next one to be able to enqueue the message?
Thanks in advance