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

Assembly: ServiceProvider (Module: ServiceProvider)