EndAccept Method
From Microsoft Speech Platform SDK 11
This method is used to determine whether the corresponding operation completed successfully.
This method will wait if the operation has not yet completed.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
| C# |
|---|
protected abstract void EndAccept( IAsyncResult result ) |
Parameters
- result
- Type: System..::..IAsyncResult
The reference to the pending asynchronous operation.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when this method is invoked multiple times using the same asyncResult. |
| System..::..ArgumentNullException | Thrown when the result parameter is null. |
| System..::..ArgumentException | Thrown when the result parameter is invalid. |