Skip to content

Instantly share code, notes, and snippets.

@kirkshoop
Created September 6, 2013 05:56
Show Gist options
  • Save kirkshoop/6460038 to your computer and use it in GitHub Desktop.
Save kirkshoop/6460038 to your computer and use it in GitHub Desktop.
the operation to defer
[](SuspendingEventPattern ep)
{
// defer this operation
return ep.EventArgs()->SuspendingOperation;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment