CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
AsyncFactoryDelegates.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Csla
 
namespace  Csla.Core
 

Functions

delegate void Csla.Core.AsyncFactoryDelegate< R > (EventHandler< DataPortalResult< R > > completed)
 Delegate for an asynchronous business object factory method with n parameters. More...
 
delegate void Csla.Core.AsyncFactoryDelegate< T, R > (T arg, EventHandler< DataPortalResult< R > > completed)
 Delegate for an asynchronous business object factory method with n parameters. More...