WaitHandleAsyncResult Members
Encapsulates the results of an asynchronous operation on an asynchronous delegate that waits for a System.Threading.WaitHandle to be signaled.
The following tables list the members exposed by the WaitHandleAsyncResult type.
Public Constructors
Name | Description | |
---|---|---|
WaitHandleAsyncResult | Initializes a new instance of the WaitHandleAsyncResult class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
AsyncState | Gets a user-defined object that contains information about the asynchronous operation.(inherited from AsyncResult) | |
AsyncWaitHandle | Gets a System.Threading.WaitHandle that allows a thread to wait for the asynchronous operation to be complete. (inherited from AsyncResult) | |
CompletedSynchronously | Gets a value indicating whether the BeginInvoke method was completed synchronously.(inherited from AsyncResult) | |
IsCompleted | Gets a value indicating whether the asynchronous operation is complete.(inherited from AsyncResult) |
Top
Protected Properties
Name | Description | |
---|---|---|
WaitHandle | [To be supplied.] |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Complete | Overloaded. (inherited from AsyncResult ) | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) | |
OnSignalled | [To be supplied.] | |
StartWait | [To be supplied.] |
Top
See Also
Reference
WaitHandleAsyncResult Class
Microsoft.Web.Services2 Namespace