Send a Clear Call request to the server.
| C# | Visual Basic | Visual C++ |
public int ClearCall( ThirdPartyCallController..::.CallIdentifier existingCall, Object userState )
Public Function ClearCall ( _ existingCall As ThirdPartyCallController..::.CallIdentifier, _ userState As Object _ ) As Integer
public: virtual int ClearCall( ThirdPartyCallController..::.CallIdentifier^ existingCall, Object^ userState ) sealed
- 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)