SpeechRecognitionStream.ReadTimeout Property
Gets or sets a value that determines how long the stream will attempt to read before timing out. Not supported.
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 SpeechRecognitionStream
Dim value As Integer
value = instance.ReadTimeout
instance.ReadTimeout = value
[ComVisibleAttribute(false)]
public override int ReadTimeout { get; set; }
Property Value
Type: System.Int32