Send a Reconnect Call request to the server.
| C# | Visual Basic | Visual C++ |
public int ReconnectCall( ThirdPartyCallController..::.CallIdentifier heldCall, ThirdPartyCallController..::.CallIdentifier activeCall, Object userState )
Public Function ReconnectCall ( _ heldCall As ThirdPartyCallController..::.CallIdentifier, _ activeCall As ThirdPartyCallController..::.CallIdentifier, _ userState As Object _ ) As Integer
public: virtual int ReconnectCall( ThirdPartyCallController..::.CallIdentifier^ heldCall, ThirdPartyCallController..::.CallIdentifier^ activeCall, Object^ userState ) sealed
- heldCall (ThirdPartyCallController..::.CallIdentifier)
- Connection Id of the Held Call
- activeCall (ThirdPartyCallController..::.CallIdentifier)
- Connection Id of the Active Call
- userState (Object)
- The Invoke ID of the XML message sent to the server.
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)