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.
Csla.Core.INotifyBusy Interface Reference

Interface defining an object that notifies when it is busy executing an asynchronous operation. More...

Inheritance diagram for Csla.Core.INotifyBusy:
Csla.Core.INotifyUnhandledAsyncException Csla.BusinessBindingListBase< T, C > Csla.BusinessListBase< T, C > Csla.Core.BusinessBase Csla.Core.ExtendedBindingList< T > Csla.Core.ITrackStatus Csla.Core.ObservableBindingList< T > Csla.IBusinessBase Csla.IBusinessListBase< C > Csla.IReadOnlyBase Csla.IReadOnlyListBase< C > Csla.ReadOnlyBase< T >

Properties

bool IsBusy [get]
 Gets a value indicating whether the object, or any of the object's child objects, are busy running an asynchronous operation. More...
 
bool IsSelfBusy [get]
 Gets a value indicating whether the object is busy running an asynchronous operation. More...
 

Events

BusyChangedEventHandler BusyChanged
 Event raised when the object's busy status changes. More...
 
- Events inherited from Csla.Core.INotifyUnhandledAsyncException
EventHandler< ErrorEventArgsUnhandledAsyncException
 Event indicating that an exception occurred during an asynchronous operation. More...
 

Detailed Description

Interface defining an object that notifies when it is busy executing an asynchronous operation.

Definition at line 16 of file INotifyBusy.cs.

Property Documentation

◆ IsBusy

bool Csla.Core.INotifyBusy.IsBusy
get

Gets a value indicating whether the object, or any of the object's child objects, are busy running an asynchronous operation.

Definition at line 29 of file INotifyBusy.cs.

◆ IsSelfBusy

bool Csla.Core.INotifyBusy.IsSelfBusy
get

Gets a value indicating whether the object is busy running an asynchronous operation.

Definition at line 34 of file INotifyBusy.cs.

Event Documentation

◆ BusyChanged

BusyChangedEventHandler Csla.Core.INotifyBusy.BusyChanged

Event raised when the object's busy status changes.

Definition at line 22 of file INotifyBusy.cs.