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

Assembly: ServiceProvider (Module: ServiceProvider)