Description
The Hold method places this call on hold.
[Visual Basic]
Function Hold()
As Boolean
[C#]
public Boolean Hold()
Parameters
- None.
Return values
- If the method succeeds, return TRUE, otherwise return FALSE.
Remarks
The call on hold is temporarily disconnected allowing the application to
use the line device for making or answering other calls. The Hold method function
performs a so-called "hard hold" of the specified call (as opposed to a "consultation
call").
See Also
OnHold ,TAPICall.UnHold
Support editions