Guest User

Untitled

a guest
Feb 16th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. try
  2. {
  3. using (TransactionScope scope = new TransactionScope(TransactionScopeAsyncFlowOption.Enabled))
  4. {
  5.  
  6. $P[SELECTED_TEXT]// Text after selected text
  7.  
  8. scope.Complete();
  9. }
  10. }
  11. catch (TransactionAbortedException ex)
  12. {
  13. }
Add Comment
Please, Sign In to add comment