Runs a method in a specified execution context on the current thread.
executionContext The System.Threading.ExecutionContext to set.callback A System.Threading.ContextCallback delegate that represents the method to be run in the provided execution context.state The object to pass to the callback method.
The execution context is returned to its previous state when the method completes.