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

Namespace: FirstFloor.Documents.ComponentModel
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public bool IsBusy { get; }
Visual Basic
Public ReadOnly Property IsBusy As Boolean
	Get
Visual C++
public:
property bool IsBusy {
	bool get ();
}

Field Value

true if this instance is busy; otherwise, false.

See Also