EndTransfer Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The EndTransfer method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
protected abstract void EndTransfer(
	IAsyncResult result
)

Parameters

result
Type: System..::..IAsyncResult
The reference to the pending asynchronous operation.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThrown when this method is invoked multiple times using the same asyncResult.
System..::..ArgumentNullExceptionThrown when the result parameter is null.
System..::..ArgumentExceptionThrown when the result parameter is invalid.

See Also