Reference Library
CancelTelephonyTonesResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCCancelTelephonyTonesResponseHandler
Delegate for a response to a CancelTelephonyTones request

Supported in: 6.3.0

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

Assembly: ServiceProvider (Module: ServiceProvider)