Advertisement
Guest User

Untitled

a guest
May 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if (connectionMultiplexer.GetDatabase().LockTake(key, token, duration))
  2. {
  3. try
  4. {
  5. // do stuff
  6. }
  7. finally
  8. {
  9. connectionMultiplexer.GetDatabase().LockRelease(key, token);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement