Reference Library
ClearCall Method (existingCall, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerClearCall(ThirdPartyCallController..::.CallIdentifier, Object)
Send a Clear Call request to the server.
Declaration Syntax
C#Visual BasicVisual 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
)
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)