ICtiControl.CleanUpAndShutdown Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cleans up and shuts down any CTI specific functions and should be called as part of shutdown.
public:
bool CleanUpAndShutdown();
public bool CleanUpAndShutdown ();
abstract member CleanUpAndShutdown : unit -> bool
Public Function CleanUpAndShutdown () As Boolean
Returns
True
if the cleanup and shutdown was successful, otherwise false
.