Skip to content

Updating to Csla 7 - DataPortal.DataPortalInvoke #3787

Discussion options

You must be logged in to vote

The new data portal is instanced, not static, and so there is no central way to do that sort of thing using events. At least not a safe way in terms of memory leaks.

On the server side the interceptor concept provides a rich way to be part of the processing pipeline. On the client side, the best way to hook into all data portal calls is to create an use a custom proxy (subclass of whatever proxy you are otherwise using).

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ajohnstone-ks
Comment options

You must be logged in to vote
6 replies
@ajohnstone-ks
Comment options

@StefanOssendorf
Comment options

@ajohnstone-ks
Comment options

@StefanOssendorf
Comment options

@ajohnstone-ks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants