Questions tagged [synclock]

SyncLock is the VB.NET keyword for its locking statement.

SyncLock is the VB.NET keyword for its locking statement, allowing any non-structure type to be locked by a transaction.

46 questions
-1
votes
1 answer

Preventing two Threads from running at the same time in vb.net

I'm new to threading in .net and its hard to find good examples that I can use. I'm reading articles here. Managed Threading Best Practices But I'm still not clear. Right now I have a program where I'm trying to have two threads running at the same…
Brandon
  • 915
  • 4
  • 23
  • 44
1 2 3
4