Re: Does dotnet synchorize accesses to MemberShip.UpdateUser?
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 Oct 2006 05:46:42 +0000 (UTC)
Have a look at System.Transactions.
---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com
hi,
As title, i don't know whether dotnet synchorizes accesses to function
MemberShip.UpdateUser especially when update the same user at the same
time.
Or, we need to implement synchorization ourselves?
And, if i want to code in sequence like:
...
MemberShip.UpdateUser();
Role.AddUserToRole();
...
how can i guarantee these two functions to be excuted as a atom?
Thank in advance.
-Joe Cai
.
- Prev by Date: Re: Can't get Impersonation / delegation to work
- Next by Date: Re: AzMan non-admin problem under Win XP
- Previous by thread: AzMan non-admin problem under Win XP
- Next by thread: Re: how to sign out forms authentication on session end
- Index(es):