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