The following tables list the members exposed by AsyncResult.
Public Methods
| Name | Description | |
|---|---|---|
![]()  | 
	Cancel | Cancels the thread. | 
![]()  | 
	RequestAdditionalTime | Requests additional time for the thread execute. | 
![]()  | 
	Wait | Waits the specified milliseconds for the thread to finish. | 
Public Properties
| Name | Description | |
|---|---|---|
![]()  | 
	AsyncState | Gets a user-defined object that qualifies or contains information about an asynchronous operation. | 
![]()  | 
	AsyncWaitHandle | Gets a System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete. | 
![]()  | 
	Completed | Gets the completed time of the thread. | 
![]()  | 
	CompletedSynchronously | Gets a value that indicates whether the asynchronous operation completed synchronously. | 
![]()  | 
	Created | Gets the create time of the thread. | 
![]()  | 
	Elapsed | Gets the elapsed running time for the thread. | 
![]()  | 
	IsCompleted | Gets a value that indicates whether the asynchronous operation has completed. | 
![]()  | 
	IsStarted | Gets a value indicating whether the thread has started. | 
![]()  | 
	Started | Gets the time the thread was started. | 
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET


