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

Implement this interface to create a data portal interceptor that is notified each time the data portal is invoked and completes processing. More...

Inheritance diagram for Csla.Server.IInterceptDataPortal:
Csla.Server.Interceptors.ServerSide.RevalidatingInterceptor

Public Member Functions

Task InitializeAsync (InterceptArgs e)
 Invoked at the start of each server-side data portal invocation, immediately after the context has been set, and before authorization.
void Complete (InterceptArgs e)
 Invoked at the end of each server-side data portal invocation for success and exception scenarios.

Detailed Description

Implement this interface to create a data portal interceptor that is notified each time the data portal is invoked and completes processing.

Member Function Documentation

◆ Complete()

void Csla.Server.IInterceptDataPortal.Complete ( InterceptArgs e)

Invoked at the end of each server-side data portal invocation for success and exception scenarios.

Parameters
e
Exceptions
ArgumentNullExceptione is null.

Implemented in Csla.Server.Interceptors.ServerSide.RevalidatingInterceptor.

◆ InitializeAsync()

Task Csla.Server.IInterceptDataPortal.InitializeAsync ( InterceptArgs e)

Invoked at the start of each server-side data portal invocation, immediately after the context has been set, and before authorization.

Parameters
e
Exceptions
ArgumentNullExceptione is null.

Implemented in Csla.Server.Interceptors.ServerSide.RevalidatingInterceptor.


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