RemoveCommandHandler(string)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Method in IActionRegistration
Removes a command handler.
void RemoveCommandHandler(string commandName);
string
commandName
The name of the command to remove.