Method: Corosync::Quorum#finalize

Defined in:
lib/corosync/quorum.rb

#finalizevoid

This method returns an undefined value.

Shuts down the connection to the Quorum service



62
63
64
65
66
67
68
69
# File 'lib/corosync/quorum.rb', line 62

def finalize
	return if @handle.nil?

	Corosync.cs_send(:quorum_finalize, @handle)

	@handle = nil
	@fd = nil
end