UpdateControllerIsBusy Property |
Gets a value indicating whether an asynchronous operation is currently in progress.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
Get
public:
property bool IsBusy {
bool get ();
}
member IsBusy : bool with get
Property Value
Type:
Boolean if an asynchronous operation is currently in progress;
otherwise,
.
RemarksSetting any of these properties or calling any of these methods while IsBusy
is will cause an InvalidOperationException to be thrown.
Properties:
Methods:
See Also