Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- try
- {
- using (TransactionScope scope = new TransactionScope(TransactionScopeAsyncFlowOption.Enabled))
- {
- $P[SELECTED_TEXT]// Text after selected text
- scope.Complete();
- }
- }
- catch (TransactionAbortedException ex)
- {
- }
Add Comment
Please, Sign In to add comment