IsCompleted Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets a value that indicates whether the asynchronous operation has completed.

Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

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

Implements

IAsyncResult..::..IsCompleted

See Also