Skip to content

Method SetContext

Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll

SetContext(MethodExecutionContext)

Sets the execution context for the current operation.

csharp
IDisposable SetContext(MethodExecutionContext context)

Parameters

context MethodExecutionContext

The execution context.

Returns

IDisposable

A disposable scope for the context.

Released under the Apache License 2.0.