Reference Library
RecordingStoppedEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCRecordingStoppedEventHandler
Recording Stopped Event delegate. Notification to the application that A wav file has stopped recording.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void RecordingStoppedEventHandler(
	Object sender,
	Media..::.RecordingStoppedEventArgs e
)
Public Delegate Sub RecordingStoppedEventHandler ( _
	sender As Object, _
	e As Media..::.RecordingStoppedEventArgs _
)
public delegate void RecordingStoppedEventHandler(
	Object^ sender, 
	Media..::.RecordingStoppedEventArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Media..::.RecordingStoppedEventArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)