Description
The
Uninitialize() method uninitialize the class, free the allocated
resources.
[Visual Basic]
Overloads Public Sub Uninitialize()
[C#]
public Uninitialize (void);
Parameters
- None.
Return values
If the method succeeds, return TRUE, otherwise return FALSE.
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.
See Also
None.
Support editions