CRPCTable::removeCommand

Remove a previously registered command from the dispatch table.

Synopsis

Declared in <rpc/server.h>

bool
removeCommand(
    std::string const& name,
    CRPCCommand const* pcmd);

Return Value

True if the command was found and removed.

Parameters

NameDescription
nameThe method name the command was registered under.
pcmdThe command to remove.