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

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

Syntax

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

Field Value

Return Value

true if the asynchronous operation completed synchronously; otherwise, false.

Implements

IAsyncResult..::..CompletedSynchronously

See Also