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

Assembly: ServiceProvider (Module: ServiceProvider)