Send a Snapshot Call request to the server.
| C# | Visual Basic | Visual 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
- 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)