Send a Snapshot Call request to the server.
| C# | Visual Basic | Visual 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 )
- callId (ThirdPartyCallController..::.CallIdentifier)
- The Call Identifier
- userState (Object)
- Any object the application would like returned with the response.
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)