LoadPromptDatabaseCompletedEventArgs 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 the LoadPromptDatabaseCompleted event.
The following tables list the members exposed by the LoadPromptDatabaseCompletedEventArgs type.
Public Properties
?? | Name | Description |
---|---|---|
Canceled?? | Gets the cancellation state.(inherited from AsyncCompletedEventArgs) | |
Empty?? | Gets an uninitialized AsyncCompletedEventArgs object.(inherited from AsyncCompletedEventArgs) | |
Error?? | Gets the exception if an error was encountered.(inherited from AsyncCompletedEventArgs) | |
PromptDatabase | Gets the URI of the prompt database that is loaded. | |
UserState?? | Gets the user token if one was used in the initial request.(inherited from AsyncCompletedEventArgs) |
Top
Public Methods
(see also Protected Methods )
?? | Name | Description |
---|---|---|
Equals?? | Overloaded. (inherited from Object ) | |
GetHashCode?? | (inherited from Object ) | |
GetType?? | (inherited from Object ) | |
ReferenceEquals?? | (inherited from Object ) | |
ToString | Overridden. Gets a System.String that summarizes the event. |
Top
Protected Methods
?? | Name | Description |
---|---|---|
Finalize?? | (inherited from Object ) | |
MemberwiseClone?? | (inherited from Object ) | |
RaiseExceptionIfNecessary?? | Throws InvalidOperationException if Error is set or Canceled is True.(inherited from AsyncCompletedEventArgs) |
Top
See Also
Reference
LoadPromptDatabaseCompletedEventArgs Class
Microsoft.SpeechServer.Synthesis Namespace