BeginAccept Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Accepts an incoming call.

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

Syntax

C#
protected abstract IAsyncResult BeginAccept(
	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.

Remarks

The state of the call can change if the remote party decides to cancel the call.

See Also