Skip to content

Interface IExecutionContextService

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

Service for managing method execution context without stack trace inspection. This provides a secure alternative to stack frame reflection.

csharp
public interface IExecutionContextService

Properties

Current

Gets the current method execution context.

Methods

ClearContext()

Clears the current execution context.

SetContext(IMethodExecutionContext)

Sets the current execution context for the current async context.

Released under the Apache License 2.0.