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