RemoveCommandHandler(string)

Method in IActionRegistration

Summary

Removes a command handler.

void RemoveCommandHandler(string commandName);

Parameters

Name
Description

string commandName

The name of the command to remove.

Last updated