AddTapi.NET Developer's Manual
Unhold Method
NamespacesTraysoft.AddTapiTapiCallUnhold()()()
Retrieves the held call.
Declaration Syntax
C#Visual BasicVisual C++
public void Unhold()
Public Sub Unhold
public:
void Unhold()
Remarks

Use Unhold method to retrieve a call that was previously put on hold using Hold()()(). When telephony hardware completes unhold operation, retrieved call transitions back to the TapiCallState.Connected state and CallState event is fired. If the held party hangs up while on hold, the call transitions to the TapiCallState.Disconnected state.

Exceptions
ExceptionCondition
TapiExceptionThe held call was not retrieved because a TAPI error occurred.
See Also

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)