Method SetContext
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
SetContext(IMethodExecutionContext)
Sets the current execution context for the current async context.
csharp
IDisposable SetContext(IMethodExecutionContext context)
Parameters
context
IMethodExecutionContext
The execution context to set.
Returns
A disposable that restores the previous context when disposed.