Reference Library
GenerateTelephonyTonesResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGenerateTelephonyTonesResponseHandler
Delegate for a response to a GenerateTelephonyTones request

Supported in: 6.3.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void GenerateTelephonyTonesResponseHandler(
	Object sender,
	CallAssociated..::..GenerateTelephonyTonesResponseArgs e
)
Public Delegate Sub GenerateTelephonyTonesResponseHandler ( _
	sender As Object, _
	e As CallAssociated..::..GenerateTelephonyTonesResponseArgs _
)
public delegate void GenerateTelephonyTonesResponseHandler(
	Object^ sender, 
	CallAssociated..::..GenerateTelephonyTonesResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (CallAssociated..::..GenerateTelephonyTonesResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)