CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.InterceptorManager Class Reference

Manage data portal interception using DI-registered implementations. More...

Public Member Functions

 InterceptorManager (IEnumerable< IInterceptDataPortal > interceptors)
 Creation of the manager, including all interceptors registered with the DI container.
async Task InitializeAsync (InterceptArgs e)
void Complete (InterceptArgs e)

Detailed Description

Manage data portal interception using DI-registered implementations.

Constructor & Destructor Documentation

◆ InterceptorManager()

Csla.Server.InterceptorManager.InterceptorManager ( IEnumerable< IInterceptDataPortal > interceptors)
inline

Creation of the manager, including all interceptors registered with the DI container.

Parameters
interceptorsThe IEnumerable of interceptors provided by DI
Exceptions
ArgumentNullExceptioninterceptors is null.

Member Function Documentation

◆ Complete()

void Csla.Server.InterceptorManager.Complete ( InterceptArgs e)
inline

◆ InitializeAsync()

async Task Csla.Server.InterceptorManager.InitializeAsync ( InterceptArgs e)
inline


The documentation for this class was generated from the following file: