CQRSalad.Dispatching.Interceptors.QueriesInterceptor.IContextInterceptor C# (CSharp) Method

IContextInterceptor() private method

private IContextInterceptor ( DispatchingContext context ) : System.Threading.Tasks.Task
context CQRSalad.Dispatching.Context.DispatchingContext
return System.Threading.Tasks.Task
        async Task IContextInterceptor.OnExecuting(DispatchingContext context)
        {
            await Execute(context, message => OnExecuting(context));
        }

Same methods

QueriesInterceptor::IContextInterceptor ( DispatchingContext context, Exception invocationException ) : System.Threading.Tasks.Task