Runs a method in the specified compressed stack on the current thread.
compressedStack The System.Threading.CompressedStack to set.callback A System.Threading.ContextCallback that represents the method to be run in the specified security context.state The object to be passed to the callback method.
The compressed stack is returned to its previous state when the method completes.