AsyncResult Members

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
public property AsyncState Gets a user-defined object that contains information about the asynchronous operation.
public property AsyncWaitHandle Gets a WaitHandle that allows a thread to wait for the asynchronous operation to be complete.
public property CompletedSynchronously Gets a value indicating whether the BeginInvoke method was completed synchronously.
public property IsCompleted Gets a value indicating whether the asynchronous operation is complete.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method static End Verifies that the EndInvoke method is complete.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Complete Overloaded. Completes the operation.
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

AsyncResult Class
Microsoft.Web.Services3 Namespace