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

Assembly: ServiceProvider (Module: ServiceProvider)