Method: OML4R.close

Defined in:
lib/oml4r.rb

.closeObject

Close the OML collection. This will block until all outstanding data have been sent out.



518
519
520
# File 'lib/oml4r.rb', line 518

def self.close()
  Channel.close_all
end