SpeechSynthesisConnector.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 SpeechSynthesisConnector
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 applicable.
- offset
Type: System.Int32
Not applicable.
- count
Type: System.Int32
Not applicable.
- callback
Type: System.AsyncCallback
Not applicable.
- state
Type: System.Object
Not applicable.
Return Value
Type: System.IAsyncResult
Not applicable.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when this method is called. |
See Also
Reference
SpeechSynthesisConnector Class