TAPIEx ActiveX Control v3.6

Uninitialize

The Uninitialize() method uninitialize the interface, free the allocated resources.

Void Uninitialize();

Parameters

None.

Return Values

None.

Remarks

If this method is called when the application has lines open or calls active, the call handles are deleted and TAPIEx will automatically performs TAPIEx.CloseAll() method. If Uninitialize() is performed while asynchronous requests are outstanding, those requests are canceled.

Do NOT performs any of other methods or properties except Initialize().

See Also

Initialize, CloseAll