Method SetContext
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
SetContext(MethodExecutionContext)
Sets the execution context for the current operation.
csharp
public IDisposable SetContext(MethodExecutionContext context)Parameters
context MethodExecutionContext
The execution context.
Returns
A disposable scope for the context.