Reference Library
SnapshotDevice Method (deviceId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerSnapshotDevice(String, Object)
Sends a Snapshot Device request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int SnapshotDevice(
	string deviceId,
	Object userState
)
Public Function SnapshotDevice ( _
	deviceId As String, _
	userState As Object _
) As Integer
public:
virtual int SnapshotDevice(
	String^ deviceId, 
	Object^ userState
) sealed
Parameters
deviceId (String)
The Device Id (as a string).
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)