Implement this interface to create a data portal interceptor that is notified each time the data portal is invoked and completes processing. More...
Public Member Functions | |
void | Initialize (InterceptArgs e) |
Invoked at the start of each server-side data portal invocation, immediately after the context has been set, and before authorization. More... | |
void | Complete (InterceptArgs e) |
Invoked at the end of each server-side data portal invocation for success and exception scenarios. More... | |
Implement this interface to create a data portal interceptor that is notified each time the data portal is invoked and completes processing.
Definition at line 15 of file IInterceptDataPortal.cs.
void Csla.Server.IInterceptDataPortal.Complete | ( | InterceptArgs | e | ) |
Invoked at the end of each server-side data portal invocation for success and exception scenarios.
e |
Implemented in Csla.Server.Interceptors.ServerSide.RevalidatingInterceptor.
void Csla.Server.IInterceptDataPortal.Initialize | ( | InterceptArgs | e | ) |
Invoked at the start of each server-side data portal invocation, immediately after the context has been set, and before authorization.
e |
Implemented in Csla.Server.Interceptors.ServerSide.RevalidatingInterceptor.