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

Assembly: ServiceProvider (Module: ServiceProvider)