Skip to content

Class SimpleExecutionContextService

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

Simple execution context service implementation. Minimal implementation that provides no-op context management.

csharp
public class SimpleExecutionContextService : IExecutionContextService

Inheritance

objectSimpleExecutionContextService

Implements

IExecutionContextService

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

SetContext(MethodExecutionContext)

Sets the execution context for the current operation.

Released under the Apache License 2.0.