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

Assembly: ServiceProvider (Module: ServiceProvider)