BeginTerminate Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Terminates the call. A terminated call is no longer usable.

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

Syntax

C#
protected abstract IAsyncResult BeginTerminate(
	AsyncCallback userCallback,
	Object state
)

Parameters

userCallback
Type: System..::..AsyncCallback
The method to be called when the asynchronous operation is completed.
state
Type: System..::..Object
A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

See Also