Reference Library
ClearCall Method (existingCall, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerClearCall(ThirdPartyCallController..::.CallIdentifier, Object)
Send a Clear Call request to the server.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
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.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)