Distributed Locks
using (var scope = _scopeProvider.CreateScope())
{
scope.WriteLock(Constants.Locks.Domains);
// Carry out save operation.
scope.Complete();
}Id
Name
Used By
Last updated
Was this helpful?
using (var scope = _scopeProvider.CreateScope())
{
scope.WriteLock(Constants.Locks.Domains);
// Carry out save operation.
scope.Complete();
}Last updated
Was this helpful?
Was this helpful?