Function
revoke-registration factory => ()
<class-factory>.
OLE-Server
OLE-Server
Before your server application terminates, make it call this function on the class factory instance to cancel the registration of the server object instance. In other words, this makes the server object no longer available for clients to connect to it. (The class is still available, but if a client tries to a new copy of the program will be initiated instead of using this one.)
This function does nothing if the argument is #f or $null-instance, or if the class factory was not registered anyway.