Send a Clear Call request to the server.
| C# | Visual Basic | Visual C++ |
int ClearCall( ThirdPartyCallController..::.CallIdentifier existingCall, Object userState )
Function ClearCall ( _ existingCall As ThirdPartyCallController..::.CallIdentifier, _ userState As Object _ ) As Integer
int ClearCall( ThirdPartyCallController..::.CallIdentifier^ existingCall, Object^ userState )
- existingCall (ThirdPartyCallController..::.CallIdentifier)
- Connection ID of the call that you want cleared.
- 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)