TAPIEx.NET Component Documentation

DeallocateCall method Method

Description

The DeallocateCall method deallocate this call appearance.

[Visual Basic]
function DeallocateCall As Boolean
[C#]
public Boolean DeallocateCall(void);

Parameters

None.

Return values

If the method succeeds, return TRUE, otherwise return FALSE.

Remarks

The deallocation does not affect the call state of the physical call. It does, however, release internal resources related to the call.

See Also

TAPICall.BlindTransfer

Support editions