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

Assembly: ServiceProvider (Module: ServiceProvider)