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

Assembly: ServiceProvider (Module: ServiceProvider)