Notifies the cache it should terminate any existing connection previously given to it by using IOleCacheControl::OnRun. No indication is given as to whether a connection existed or not.
HRESULT OnStop( );
Return Values
This method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:
Remarks
The data advisory connection between the running object and the cache is destroyed as part of calling IOleCacheControl::OnStop.
See Also