Reference Library
AnswerCall Method (callToBeAnswered, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerAnswerCall(ThirdPartyCallController..::.CallIdentifier, Object)
Send an Answer Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int AnswerCall(
	ThirdPartyCallController..::.CallIdentifier callToBeAnswered,
	Object userState
)
Public Function AnswerCall ( _
	callToBeAnswered As ThirdPartyCallController..::.CallIdentifier, _
	userState As Object _
) As Integer
public:
virtual int AnswerCall(
	ThirdPartyCallController..::.CallIdentifier^ callToBeAnswered, 
	Object^ userState
) sealed
Parameters
callToBeAnswered (ThirdPartyCallController..::.CallIdentifier)
Connection ID of the call to be answered.
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)