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

Name

Description

name

The method name the command was registered under.

pcmd

The command to remove.

Created with MrDocs