Interface defining an object that notifies when it is busy executing an asynchronous operation. More...
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< ErrorEventArgs > | UnhandledAsyncException |
| Event indicating that an exception occurred during an asynchronous operation. More... | |
Interface defining an object that notifies when it is busy executing an asynchronous operation.
Definition at line 16 of file INotifyBusy.cs.
|
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.
|
get |
Gets a value indicating whether the object is busy running an asynchronous operation.
Definition at line 34 of file INotifyBusy.cs.
| BusyChangedEventHandler Csla.Core.INotifyBusy.BusyChanged |
Event raised when the object's busy status changes.
Definition at line 22 of file INotifyBusy.cs.