Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that determines whether the current stream can time out.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Overrides ReadOnly Property CanTimeout As Boolean
Get
'Usage
Dim instance As SpeechRecognitionStream
Dim value As Boolean
value = instance.CanTimeout
[ComVisibleAttribute(false)]
public override bool CanTimeout { get; }
Property Value
Type: System.Boolean