Send a Clear Connection request to the server.
| C# | Visual Basic | Visual C++ |
public int ClearConnection( ThirdPartyCallController..::.CallIdentifier connectionToBeCleared, Object userState )
Public Function ClearConnection ( _ connectionToBeCleared As ThirdPartyCallController..::.CallIdentifier, _ userState As Object _ ) As Integer
public: virtual int ClearConnection( ThirdPartyCallController..::.CallIdentifier^ connectionToBeCleared, Object^ userState ) sealed
- connectionToBeCleared (ThirdPartyCallController..::.CallIdentifier)
- The Connection ID of the call that will have the connection cleared.
- userState (Object)
- T he 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)