Gets a value that indicates whether the asynchronous operation has completed.

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

Syntax

C#
public bool IsCompleted { get; internal set; }
Visual Basic
Public Property IsCompleted As Boolean
	Get
	Friend Set
Visual C++
public:
virtual property bool IsCompleted {
	bool get () sealed;
	internal: void set (bool value) sealed;
}

Field Value

Return Value

true if the operation is complete; otherwise, false.

Implements

IAsyncResult..::..IsCompleted

See Also