WIN32OLE_EVENT#unadvise â nil
Instance Public methods
disconnects OLE server. If this method called, then the WIN32OLE_EVENT object does not receive the OLE server event any more. This method is trial implementation.
1 2 3 4 5 | ie = WIN32OLE . new ( 'InternetExplorer.Application' ) ev = WIN32OLE_EVENT . new (ie) ev.on_event() {...} ... ev.unadvise |
Please login to continue.