C
csharpula csharp
Hello,
I would like to know how can I insure this:
static Class A
{
calling methodA
calling methodB
}
And I need to insure that method B will run after method A and no other
thread will perform something with Class A instance in the middle. What
is the best way?
Thank you!
I would like to know how can I insure this:
static Class A
{
calling methodA
calling methodB
}
And I need to insure that method B will run after method A and no other
thread will perform something with Class A instance in the middle. What
is the best way?
Thank you!