NotifyRecorderStopped Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raises a RecorderStopped event.

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

Syntax

C#
protected void NotifyRecorderStopped(
	Object sender,
	bool methodResult,
	Exception exception
)

Parameters

sender
Type: System..::..Object
methodResult
Type: System..::..Boolean
exception
Type: System..::..Exception

See Also