IActionRegistration.RemoveCommandHandler(string)

Method in IActionRegistration

Summary

Removes a command handler.

void RemoveCommandHandler(string commandName);

Parameters

NameDescription
string commandNameThe name of the command to remove.