D
Daylor
hi.
i have multi thread application in vb.net
is there a way NET support, so i can mark the class , to be access
only for 1 thread each time ?
if there is , small sytax sample will help
//what i need to add , so only 1 thread per time can access this class in
MultiThread app.
public MySharedClass
End Class
i have multi thread application in vb.net
is there a way NET support, so i can mark the class , to be access
only for 1 thread each time ?
if there is , small sytax sample will help
//what i need to add , so only 1 thread per time can access this class in
MultiThread app.
public MySharedClass
End Class