EndTerminate Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

This 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 EndTerminate(
	IAsyncResult result
)

Parameters

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

See Also