IBabelService::Done Method
Called once to indicate that the language service is no longer needed.
HRESULT Done ();
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This is the last method called by the Babel Package. Use this method to release all resources held by your language service.