T
Tomer
Hi,
I want to use the lock key word when I execute a function on another form,
that function performs some
operations on a DataAdapter and a DataTable.
code like this:
lock (xform)
{
xform.method(y);
}
Any known problem doing it , that I should know about?
Tomer.
I want to use the lock key word when I execute a function on another form,
that function performs some
operations on a DataAdapter and a DataTable.
code like this:
lock (xform)
{
xform.method(y);
}
Any known problem doing it , that I should know about?
Tomer.