SpeechSynthesisConnector.EndRead Method
Not supported.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function EndRead ( _
asyncResult As IAsyncResult _
) As Integer
'Usage
Dim instance As SpeechSynthesisConnector
Dim asyncResult As IAsyncResult
Dim returnValue As Integer
returnValue = instance.EndRead(asyncResult)
public override int EndRead(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Not applicable.
Return Value
Type: System.Int32
Not applicable.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when this method is called. |
See Also
Reference
SpeechSynthesisConnector Class