Skip to content

Interface IExecutionContextService

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

Simple execution context service interface. Minimal stub to replace the sophisticated execution context system.

csharp
public interface IExecutionContextService

Methods

SetContext(MethodExecutionContext)

Sets the execution context for the current operation.

Released under the Apache License 2.0.