SpeechRecognitionStream.BeginRead Method
Not supported.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function BeginRead ( _
buffer As Byte(), _
offset As Integer, _
count As Integer, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As SpeechRecognitionStream
Dim buffer As Byte()
Dim offset As Integer
Dim count As Integer
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginRead(buffer, _
offset, count, callback, state)
public override IAsyncResult BeginRead(
byte[] buffer,
int offset,
int count,
AsyncCallback callback,
Object state
)
Parameters
- buffer
Type: []
Not supported.
- offset
Type: System.Int32
Not supported.
- count
Type: System.Int32
Not supported.
- callback
Type: System.AsyncCallback
Not supported.
- state
Type: System.Object
Not supported.
Return Value
Type: System.IAsyncResult
Not supported.