ICtiCallStateManager.HoldCall(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds the call specified by the call ID
public:
bool HoldCall(Guid ctiCallRefCallId);
public bool HoldCall (Guid ctiCallRefCallId);
abstract member HoldCall : Guid -> bool
Public Function HoldCall (ctiCallRefCallId As Guid) As Boolean
Parameters
- ctiCallRefCallId
- Guid
Specifies the call reference ID.l
Returns
True
if the hold was successful, otherwise false
.