Find some way to add a delegate to the cancellation system. #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried adding delegates to the
CanCancelAttributeattribute but that didn't work, so I need to either throw an exception so it can be caught via a try block or add some sort of delegate that can work for local methods or something. Not sure yet.