CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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...