ExecutionContextSuppressor
struct
Namespace: Orleans.Runtime.Internal
Suppresses the flow of
System.Threading.ExecutionContext until it is disposed. public struct ExecutionContextSuppressorRemarks
Note that this is a ref-struct to avoid it being used in an async method.
Constructors
ExecutionContextSuppressorInitializes a newExecutionContextSuppressorinstance.
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
