Reference Library
SnapshotCall Method (callId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerSnapshotCall(ThirdPartyCallController..::.CallIdentifier, Object)
Send a Snapshot Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int SnapshotCall(
	ThirdPartyCallController..::.CallIdentifier callId,
	Object userState
)
Public Function SnapshotCall ( _
	callId As ThirdPartyCallController..::.CallIdentifier, _
	userState As Object _
) As Integer
public:
virtual int SnapshotCall(
	ThirdPartyCallController..::.CallIdentifier^ callId, 
	Object^ userState
) sealed
Parameters
callId (ThirdPartyCallController..::.CallIdentifier)
The Call Identifier
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)