Partager via


AsyncCompletedEventArgs Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns data from asynchronous operation completed events.

The following tables list the members exposed by the AsyncCompletedEventArgs type.

Public Constructors

?? Name Description
AsyncCompletedEventArgs Initializes a new instance of the AsyncCompletedEventArgs class.

Top

Public Properties

?? Name Description
Bb813315.pubproperty(en-us,office.12).gif Canceled Gets the cancellation state.
Bb813315.pubproperty(en-us,office.12).gif Bb813315.static(en-us,office.12).gif Empty Gets an uninitialized AsyncCompletedEventArgs object.
Bb813315.pubproperty(en-us,office.12).gif Error Gets the exception if an error was encountered.
Bb813315.pubproperty(en-us,office.12).gif UserState Gets the user token if one was used in the initial request.

Top

Public Methods

(see also Protected Methods )

?? Name Description
Bb813315.pubmethod(en-us,office.12).gif Equals?? Overloaded. (inherited from Object )
Bb813315.pubmethod(en-us,office.12).gif GetHashCode?? (inherited from Object )
Bb813315.pubmethod(en-us,office.12).gif GetType?? (inherited from Object )
Bb813315.pubmethod(en-us,office.12).gif Bb813315.static(en-us,office.12).gif ReferenceEquals?? (inherited from Object )
Bb813315.pubmethod(en-us,office.12).gif ToString Overridden. Gets a System.String that summarizes the event.

Top

Protected Methods

?? Name Description
Bb813315.protmethod(en-us,office.12).gif Finalize?? (inherited from Object )
Bb813315.protmethod(en-us,office.12).gif MemberwiseClone?? (inherited from Object )
Bb813315.protmethod(en-us,office.12).gif RaiseExceptionIfNecessary Throws InvalidOperationException if Error is set or Canceled is True.

Top

See Also

Reference

AsyncCompletedEventArgs Class
Microsoft.SpeechServer Namespace