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
Gets the current method execution context.
Methods
Clears the current execution context.
SetContext(IMethodExecutionContext)
Sets the current execution context for the current async context.