Reference Library
SuspendPlayingResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCSuspendPlayingResponseHandler
Delegate for a response to a SuspendPlaying request
Declaration Syntax
C#Visual BasicVisual C++
public delegate void SuspendPlayingResponseHandler(
	Object sender,
	Media..::..SuspendPlayingResponseArgs e
)
Public Delegate Sub SuspendPlayingResponseHandler ( _
	sender As Object, _
	e As Media..::..SuspendPlayingResponseArgs _
)
public delegate void SuspendPlayingResponseHandler(
	Object^ sender, 
	Media..::..SuspendPlayingResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Media..::..SuspendPlayingResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)