Share via


SpeechSynthesisConnector.ReadTimeout Property

Not supported. Gets or sets how long the stream will attempt to read before timing out.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Overrides Property ReadTimeout As Integer
    Get
    Set
'Usage
Dim instance As SpeechSynthesisConnector
Dim value As Integer

value = instance.ReadTimeout

instance.ReadTimeout = value
[ComVisibleAttribute(false)]
public override int ReadTimeout { get; set; }

Property Value

Type: System.Int32

Exceptions

Exception Condition
NotSupportedException

Thrown when an attempt is made to get or set this property.

See Also

Reference

SpeechSynthesisConnector Class

SpeechSynthesisConnector Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace