Edit

Share via


SpeechSynthesisConnector.BeginWrite Method

Definition

Not supported.

public:
 override IAsyncResult ^ BeginWrite(cli::array <System::Byte> ^ buffer, int offset, int count, AsyncCallback ^ callback, System::Object ^ state);
public override IAsyncResult BeginWrite (byte[] buffer, int offset, int count, AsyncCallback callback, object state);
override this.BeginWrite : byte[] * int * int * AsyncCallback * obj -> IAsyncResult
Public Overrides Function BeginWrite (buffer As Byte(), offset As Integer, count As Integer, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

buffer
Byte[]

Not applicable.

offset
Int32

Not applicable.

count
Int32

Not applicable.

callback
AsyncCallback

Not applicable.

state
Object

Not applicable.

Returns

Not applicable.

Exceptions

Thrown when this method is called.

Applies to