Skip to content

Instantly share code, notes, and snippets.

@i3arnon
Created October 6, 2015 21:24
Show Gist options
  • Save i3arnon/71a96a96cebc33592e2e to your computer and use it in GitHub Desktop.
Save i3arnon/71a96a96cebc33592e2e to your computer and use it in GitHub Desktop.
Setting anything into the CallContext copies it
public static IDisposable StartScope()
{
CallContext.LogicalSetData("Bar", "Arnon");
Trace.CorrelationManager.StartLogicalOperation();
return new Stopper();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment