UnixSocketExt.removeHandler

Unregisters a command and handler to the unix listener.

class UnixSocketExt
void
removeHandler
(
string command
)

Parameters

command string

The command to be removed from the listener.

Meta