Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Encapsulates the results of an asynchronous operation on an asynchronous delegate.
The following tables list the members exposed by the AsyncResult type.
Protected Constructors
| Name | Description | |
|---|---|---|
| AsyncResult | Overloaded. Initializes a new instance of the AsyncResult class. |
Top
Public Properties
| Name | Description | |
|---|---|---|
![]() |
AsyncState | Gets a user-defined object that contains information about the asynchronous operation. |
![]() |
AsyncWaitHandle | Gets a WaitHandle that allows a thread to wait for the asynchronous operation to be complete. |
![]() |
CompletedSynchronously | Gets a value indicating whether the BeginInvoke method was completed synchronously. |
![]() |
IsCompleted | Gets a value indicating whether the asynchronous operation is complete. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
End | Verifies that the EndInvoke method is complete. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Complete | Overloaded. Completes the operation. |
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
.gif)
.gif)
.gif)