unadvise

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.

ie = WIN32OLE.new('InternetExplorer.Application')
ev = WIN32OLE_EVENT.new(ie)
ev.on_event() {...}
   ...
ev.unadvise
doc_ruby_on_rails
2015-06-12 22:40:59
Comments
Leave a Comment

Please login to continue.