Reference Library
HoldCall Method (callToBeHeld, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerHoldCall(ThirdPartyCallController..::.CallIdentifier, Object)
Send a Hold Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int HoldCall(
	ThirdPartyCallController..::.CallIdentifier callToBeHeld,
	Object userState
)
Public Function HoldCall ( _
	callToBeHeld As ThirdPartyCallController..::.CallIdentifier, _
	userState As Object _
) As Integer
public:
virtual int HoldCall(
	ThirdPartyCallController..::.CallIdentifier^ callToBeHeld, 
	Object^ userState
) sealed
Parameters
callToBeHeld (ThirdPartyCallController..::.CallIdentifier)
The Connection ID of the call that you want to put on hold.
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)